Mercurial > mercurial > hgweb_mover2.cgi
comparison include/main.h @ 32:112cd4d27f1f v2.3
put hhsname on hhsdirlist
author | pyon@macmini |
---|---|
date | Sun, 06 Nov 2011 14:49:41 +0900 |
parents | 24283d3a9592 |
children | 51e522f34598 |
comparison
equal
deleted
inserted
replaced
31:fbe6bce63f2a | 32:112cd4d27f1f |
---|---|
1 // Filename : main.h | 1 // Filename : main.h |
2 // Last Change: 05-Nov-2011. | 2 // Last Change: 06-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 3 | 11 #define REV 4 |
12 #define BLD 20111107 | 12 #define BLD 20111107 |
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 |