comparison common.h @ 5:7189e9994a60

Ver 0.3.8: Fixed confusing add- button. Remove does no backup. Merge- button enable fixed.
author Jari Korhonen <jtkorhonen@gmail.com>
date Fri, 14 May 2010 14:50:07 +0300
parents c19a4f858aab
children 81a32fffee8f
comparison
equal deleted inserted replaced
4:05e11c4ce616 5:7189e9994a60
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.3.7" 9 #define APPVERSION "0.3.8"
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: "