]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/app.cpp
SourceForge patch #654210 to fix naming/numbering shared libs under OS X
[wxWidgets.git] / src / mgl / app.cpp
index 3eea2d98449b069b90dda001a4e5c0d84fcce61c..82261a793878d065362ba8cb35836d4f43cf7eec 100644 (file)
@@ -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