tell that there was an error...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6a30f1c8ae
commit
ddfca47f05
@ -410,7 +410,10 @@ void wxApp::DeletePendingObjects()
|
||||
bool wxApp::Initialize()
|
||||
{
|
||||
if ( MGL_init(".", NULL) == 0 )
|
||||
{
|
||||
wxLogError(_("Cannot initialize SciTech MGL!"));
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
wxClassInfo::InitializeClasses();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user