comparison common.h @ 61:bf57a16315bd

* Some experimental cutbacks to interface
author Chris Cannam
date Wed, 17 Nov 2010 11:48:58 +0000
parents 4557da8bdee6
children 68aebc316898
comparison
equal deleted inserted replaced
60:73073f34a5ee 61:bf57a16315bd
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 "EasyMercurial"
24 #define APPVERSION "0.8"
25 #define MY_ICON_SIZE 32 23 #define MY_ICON_SIZE 32
26 #define REPOMENU_TITLE "Repository actions" 24 #define REPOMENU_TITLE "Repository actions"
27 #define WORKFOLDERMENU_TITLE "Workfolder actions" 25 #define WORKFOLDERMENU_TITLE "Workfolder actions"
28 #define EXITOK(x) ((x)==0) 26 #define EXITOK(x) ((x)==0)
29 #define CHGSET "changeset: " 27 #define CHGSET "changeset: "