Mercurial > mercurial > hgweb_mover2.cgi
diff include/main.h @ 8:550c143ab194
implement NextThursday button.
author | pyon@macmini |
---|---|
date | Wed, 19 Oct 2011 20:36:52 +0900 |
parents | 52697c869ce8 |
children | 9b0840b0be7e |
line wrap: on
line diff
--- a/include/main.h Wed Oct 19 07:49:32 2011 +0900 +++ b/include/main.h Wed Oct 19 20:36:52 2011 +0900 @@ -1,11 +1,17 @@ // Filename : main.h -// Last Change: 17-Oct-2011. +// Last Change: 19-Oct-2011. // #include "wx/wx.h" #include "wx/config.h" #include "wx/fileconf.h" -#include "symbol.h" +//#include "symbol.h" +#define MYAPPNAME wxT("AMover2") + +#define VER 2 +#define REV 1 +#define BLD 20111027 + // private classes // Define a new application type, each program should derive a class from wxApp class MyApp : public wxApp