Added AppName to wxApp class
This commit is contained in:
@@ -174,6 +174,8 @@ bool MyApp::OnInit()
|
|||||||
#endif
|
#endif
|
||||||
m_locale.AddCatalog(wxT(APP_CATALOG));
|
m_locale.AddCatalog(wxT(APP_CATALOG));
|
||||||
|
|
||||||
|
SetAppName(wxT("CrossGen"));
|
||||||
|
|
||||||
wxInitAllImageHandlers();
|
wxInitAllImageHandlers();
|
||||||
MainFrame* fMain = new MainFrame(NULL);
|
MainFrame* fMain = new MainFrame(NULL);
|
||||||
SetTopWindow(fMain);
|
SetTopWindow(fMain);
|
||||||
|
|||||||
Reference in New Issue
Block a user