bool wxApp::Initialize()
{
if ( MGL_init(".", NULL) == 0 )
+ {
+ wxLogError(_("Cannot initialize SciTech MGL!"));
return FALSE;
+ }
wxClassInfo::InitializeClasses();
return TRUE;
}
-wxIcon wxApp::GetStdIcon(int which) const
-{
- return wxTheme::Get()->GetRenderer()->GetStdIcon(which);
-}
-
void wxApp::CleanUp()
{
#if wxUSE_LOG