Added AppName to wxApp class

This commit is contained in:
2015-06-17 10:34:50 +03:00
parent 16b8d41a43
commit 1925f5eeee

View File

@@ -174,6 +174,8 @@ bool MyApp::OnInit()
#endif
m_locale.AddCatalog(wxT(APP_CATALOG));
SetAppName(wxT("CrossGen"));
wxInitAllImageHandlers();
MainFrame* fMain = new MainFrame(NULL);
SetTopWindow(fMain);