diff --git a/wxCrossGen/main.cpp b/wxCrossGen/main.cpp index 805dfd7..faa3712 100644 --- a/wxCrossGen/main.cpp +++ b/wxCrossGen/main.cpp @@ -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);