X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c41c20a566cb7558661a68c0ed6712a84982093f..5715cc1bed21f3c59dc580f869e4a7c508234598:/src/mgl/app.cpp diff --git a/src/mgl/app.cpp b/src/mgl/app.cpp index 3eea2d9844..82261a7938 100644 --- a/src/mgl/app.cpp +++ b/src/mgl/app.cpp @@ -410,7 +410,10 @@ void wxApp::DeletePendingObjects() bool wxApp::Initialize() { if ( MGL_init(".", NULL) == 0 ) + { + wxLogError(_("Cannot initialize SciTech MGL!")); return FALSE; + } wxClassInfo::InitializeClasses(); @@ -444,11 +447,6 @@ bool wxApp::Initialize() return TRUE; } -wxIcon wxApp::GetStdIcon(int which) const -{ - return wxTheme::Get()->GetRenderer()->GetStdIcon(which); -} - void wxApp::CleanUp() { #if wxUSE_LOG