Mercurial > mercurial > hgweb_mover2.cgi
comparison include/main.h @ 29:24283d3a9592 v2.3
fix shortcut-keys
author | pyon@macmini |
---|---|
date | Sat, 05 Nov 2011 12:25:39 +0900 |
parents | 5a934c8e1b95 |
children | 112cd4d27f1f |
comparison
equal
deleted
inserted
replaced
28:d54f1f1e583d | 29:24283d3a9592 |
---|---|
1 // Filename : main.h | 1 // Filename : main.h |
2 // Last Change: 03-Nov-2011. | 2 // Last Change: 05-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 2 | 11 #define REV 3 |
12 #define BLD 20111104 | 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 |
17 { | 17 { |