diff common.h @ 30:45bfb8dc1faf

UpdateToRev has more power. Copyrights updated. Mrulist of repos added.
author Jari Korhonen <jtkorhonen@gmail.com>
date Mon, 14 Jun 2010 21:55:17 +0300
parents fad897ed9894
children 4f307720272f
line wrap: on
line diff
--- a/common.h	Sat May 29 18:45:46 2010 +0300
+++ b/common.h	Mon Jun 14 21:55:17 2010 +0300
@@ -1,12 +1,14 @@
 #ifndef COMMON_H
 #define COMMON_H
 
-//** Copyright (C) Jari Korhonen, 2010 (under lgpl)
+/****************************************************************************
+** Copyright (C) Jari Korhonen, 2010 (under lgpl)
+****************************************************************************/
 
 #include <QtCore>
 
 #define APPNAME                         "HgExplorer"
-#define APPVERSION                      "0.4.6"
+#define APPVERSION                      "0.4.7"
 #define MY_ICON_SIZE                    32
 #define REPOMENU_TITLE                  "Repository actions"
 #define WORKFOLDERMENU_TITLE            "Workfolder actions"
@@ -28,6 +30,7 @@
 
 #define DEFAULT_HG_STAT_BITS (HGSTAT_M_BIT | HGSTAT_A_BIT | HGSTAT_R_BIT | HGSTAT_D_BIT | HGSTAT_U_BIT)
 
+#define NUM_PATHS_IN_MRU_LIST           5
 
 
 extern QString getSystem();