]> git.saurik.com Git - wxWidgets.git/commitdiff
tell that there was an error...
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 10 Aug 2002 18:11:45 +0000 (18:11 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 10 Aug 2002 18:11:45 +0000 (18:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mgl/app.cpp

index 089ea11ad09b0509d2d74dde3440f459b57f3506..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();