comparison include/main.h @ 18:f3463815c2c9 v2.2dev

editing dirview.
author pyon@macmini
date Sun, 23 Oct 2011 21:42:01 +0900
parents 9b0840b0be7e
children 5a934c8e1b95
comparison
equal deleted inserted replaced
15:cd55a74d5e83 18:f3463815c2c9
1 // Filename : main.h 1 // Filename : main.h
2 // Last Change: 22-Oct-2011. 2 // Last Change: 23-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 #define MYAPPNAME wxT("AMover2") 8 #define MYAPPNAME wxT("AMover2")
9 9
10 #define VER 2 10 #define VER 2
11 #define REV 1 11 #define REV 2
12 #define BLD 20111027 12 #define BLD 20111027
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