Mercurial > mercurial > hgweb_mover2.cgi
diff include/main.h @ 35:405e08552527 v2.4 v2.6
auto-detect on/off
author | pyon@macmini |
---|---|
date | Thu, 17 Nov 2011 21:03:30 +0900 |
parents | 51e522f34598 |
children | 044cc2f5af81 |
line wrap: on
line diff
--- a/include/main.h Sat Nov 12 13:18:03 2011 +0900 +++ b/include/main.h Thu Nov 17 21:03:30 2011 +0900 @@ -1,5 +1,5 @@ // Filename : main.h -// Last Change: 12-Nov-2011. +// Last Change: 17-Nov-2011. // #include "wx/wx.h" #include "wx/config.h" @@ -8,8 +8,8 @@ #define MYAPPNAME wxT("AMover2") #define VER 2 -#define REV 5 -#define BLD 20111114 +#define REV 6 +#define BLD 20111121 // private classes // Define a new application type, each program should derive a class from wxApp @@ -28,6 +28,7 @@ wxFileConfig *config; wxString conf_file; + wxString log_file; wxRect rect; wxString workdir;