comparison common.h @ 32:4f307720272f

Version 0.5.0: Added "Copy comment" context menu to "parents" list.
author Jari Korhonen <jtkorhonen@gmail.com>
date Tue, 15 Jun 2010 03:16:40 +0300
parents 45bfb8dc1faf
children ff8d64625aa3
comparison
equal deleted inserted replaced
31:552a49635124 32:4f307720272f
6 ****************************************************************************/ 6 ****************************************************************************/
7 7
8 #include <QtCore> 8 #include <QtCore>
9 9
10 #define APPNAME "HgExplorer" 10 #define APPNAME "HgExplorer"
11 #define APPVERSION "0.4.7" 11 #define APPVERSION "0.5.0"
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: "