comparison common.h @ 42:9a89dedf260a

A couple of more fixes to "weird filenames" bug.
author Jari Korhonen <jtkorhonen@gmail.com>
date Thu, 24 Jun 2010 23:41:21 +0300
parents 42f3cb49373b
children c76782c14371
comparison
equal deleted inserted replaced
41:94bbc4b30b2a 42:9a89dedf260a
6 ****************************************************************************/ 6 ****************************************************************************/
7 7
8 #include <QtCore> 8 #include <QtCore>
9 9
10 #define APPNAME "HgExplorer" 10 #define APPNAME "HgExplorer"
11 #define APPVERSION "0.7.1" 11 #define APPVERSION "0.7.2"
12 #define MY_ICON_SIZE 32 12 #define MY_ICON_SIZE 32
13 #define REPOMENU_TITLE "Repository actions" 13 #define REPOMENU_TITLE "Repository actions"
14 #define WORKFOLDERMENU_TITLE "Workfolder actions" 14 #define WORKFOLDERMENU_TITLE "Workfolder actions"
15 #define EXITOK(x) ((x)==0) 15 #define EXITOK(x) ((x)==0)
16 #define CHGSET "changeset: " 16 #define CHGSET "changeset: "