comparison common.h @ 29:fad897ed9894

Ver 0.4.6: Added TortoiseHg / InstallJammer to thanks/credits list.
author Jari Korhonen <jtkorhonen@gmail.com>
date Sat, 29 May 2010 18:45:46 +0300
parents 90ffef5f0494
children 45bfb8dc1faf
comparison
equal deleted inserted replaced
28:90ffef5f0494 29:fad897ed9894
4 //** Copyright (C) Jari Korhonen, 2010 (under lgpl) 4 //** Copyright (C) Jari Korhonen, 2010 (under lgpl)
5 5
6 #include <QtCore> 6 #include <QtCore>
7 7
8 #define APPNAME "HgExplorer" 8 #define APPNAME "HgExplorer"
9 #define APPVERSION "0.4.5" 9 #define APPVERSION "0.4.6"
10 #define MY_ICON_SIZE 32 10 #define MY_ICON_SIZE 32
11 #define REPOMENU_TITLE "Repository actions" 11 #define REPOMENU_TITLE "Repository actions"
12 #define WORKFOLDERMENU_TITLE "Workfolder actions" 12 #define WORKFOLDERMENU_TITLE "Workfolder actions"
13 #define EXITOK(x) ((x)==0) 13 #define EXITOK(x) ((x)==0)
14 #define CHGSET "changeset: " 14 #define CHGSET "changeset: "