Mercurial > mercurial > hgweb_mover2.cgi
comparison include/main.h @ 38:044cc2f5af81 v2.4 v2.7
small fix.
author | pyon@macmini |
---|---|
date | Thu, 24 Nov 2011 22:26:15 +0900 |
parents | 405e08552527 |
children |
comparison
equal
deleted
inserted
replaced
37:3b54f3deeed9 | 38:044cc2f5af81 |
---|---|
1 // Filename : main.h | 1 // Filename : main.h |
2 // Last Change: 17-Nov-2011. | 2 // Last Change: 24-Nov-2011. |
3 // | 3 // |
4 #include "wx/wx.h" | 4 #include "wx/wx.h" |
5 #include "wx/config.h" | 5 #include "wx/config.h" |
6 #include "wx/fileconf.h" | 6 #include "wx/fileconf.h" |
7 | 7 |
8 #define MYAPPNAME wxT("AMover2") | 8 #define MYAPPNAME wxT("AMover2") |
9 | 9 |
10 #define VER 2 | 10 #define VER 2 |
11 #define REV 6 | 11 #define REV 7 |
12 #define BLD 20111121 | 12 #define BLD 20111128 |
13 | 13 |
14 // private classes | 14 // private classes |
15 // Define a new application type, each program should derive a class from wxApp | 15 // Define a new application type, each program should derive a class from wxApp |
16 class MyApp : public wxApp | 16 class MyApp : public wxApp |
17 { | 17 { |