From ddfca47f05f821f034514bf5d5cf938d80fa2829 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 10 Aug 2002 18:11:45 +0000 Subject: [PATCH 1/1] tell that there was an error... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mgl/app.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mgl/app.cpp b/src/mgl/app.cpp index 089ea11ad0..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(); -- 2.45.2