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:
Václav Slavík 2002-08-10 18:11:45 +00:00
parent 6a30f1c8ae
commit ddfca47f05

View 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();