// Copyright:
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
- #pragma implementation "styles.cpp"
-#endif
-
// For compilers that support precompilation
#include "wx/wxprec.h"
bool MyApp::OnInit()
{
+ if ( !wxApp::OnInit() )
+ return false;
+
wxInitAllImageHandlers();
SetVendorName(_T("Free world"));