comparison common.h @ 36:5986d0758069

Version 0.5.3. Fixed .hgignore editing in windows.
author Jari Korhonen <jtkorhonen@gmail.com>
date Sat, 19 Jun 2010 03:10:51 +0300
parents 43e3b271d293
children 46260ce88b71
comparison
equal deleted inserted replaced
35:7d8167182b73 36:5986d0758069
6 ****************************************************************************/ 6 ****************************************************************************/
7 7
8 #include <QtCore> 8 #include <QtCore>
9 9
10 #define APPNAME "HgExplorer" 10 #define APPNAME "HgExplorer"
11 #define APPVERSION "0.5.2" 11 #define APPVERSION "0.5.3"
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: "
33 #define NUM_PATHS_IN_MRU_LIST 5 33 #define NUM_PATHS_IN_MRU_LIST 5
34 34
35 35
36 extern QString getSystem(); 36 extern QString getSystem();
37 extern QString getHgBinaryName(); 37 extern QString getHgBinaryName();
38 extern QString getDiffMergeDefaultPath();
39 extern QString getHgDirName(); 38 extern QString getHgDirName();
40 39
41 #endif //COMMON_H 40 #endif //COMMON_H
42 41
43 42