comparison common.h @ 59:4557da8bdee6

* minor updates
author Chris Cannam
date Tue, 16 Nov 2010 15:14:17 +0000
parents 8af90d057609
children bf57a16315bd
comparison
equal deleted inserted replaced
58:8af90d057609 59:4557da8bdee6
18 #ifndef COMMON_H 18 #ifndef COMMON_H
19 #define COMMON_H 19 #define COMMON_H
20 20
21 #include <QString> 21 #include <QString>
22 22
23 #define APPNAME "HgExplorer" 23 #define APPNAME "EasyMercurial"
24 #define APPVERSION "0.7.2" 24 #define APPVERSION "0.8"
25 #define MY_ICON_SIZE 32 25 #define MY_ICON_SIZE 32
26 #define REPOMENU_TITLE "Repository actions" 26 #define REPOMENU_TITLE "Repository actions"
27 #define WORKFOLDERMENU_TITLE "Workfolder actions" 27 #define WORKFOLDERMENU_TITLE "Workfolder actions"
28 #define EXITOK(x) ((x)==0) 28 #define EXITOK(x) ((x)==0)
29 #define CHGSET "changeset: " 29 #define CHGSET "changeset: "