Mercurial > mercurial > hgweb_mover2.cgi
comparison include/main.h @ 8:550c143ab194
implement NextThursday button.
author | pyon@macmini |
---|---|
date | Wed, 19 Oct 2011 20:36:52 +0900 |
parents | 52697c869ce8 |
children | 9b0840b0be7e |
comparison
equal
deleted
inserted
replaced
7:a43adb9537b2 | 8:550c143ab194 |
---|---|
1 // Filename : main.h | 1 // Filename : main.h |
2 // Last Change: 17-Oct-2011. | 2 // Last Change: 19-Oct-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 #include "symbol.h" | 8 //#include "symbol.h" |
9 #define MYAPPNAME wxT("AMover2") | |
10 | |
11 #define VER 2 | |
12 #define REV 1 | |
13 #define BLD 20111027 | |
14 | |
9 // private classes | 15 // private classes |
10 // Define a new application type, each program should derive a class from wxApp | 16 // Define a new application type, each program should derive a class from wxApp |
11 class MyApp : public wxApp | 17 class MyApp : public wxApp |
12 { | 18 { |
13 DECLARE_CLASS( MyApp ) | 19 DECLARE_CLASS( MyApp ) |