]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/splash/splash.cpp
Borland still hates ?
[wxWidgets.git] / samples / splash / splash.cpp
index 9fe6957fe7b1946e09e00bc6df55ab28b482867a..644caf2d765154d7e5929cc5593427f0686d24c0 100644 (file)
@@ -90,7 +90,7 @@ private:
 // IDs for the controls and the menu commands
 enum
 {
-    Minimal_Run = wxID_HIGHEST + 1,
+    Minimal_Run = wxID_HIGHEST + 1
 };
 
 // ----------------------------------------------------------------------------
@@ -123,6 +123,9 @@ IMPLEMENT_APP(MyApp)
 // 'Main program' equivalent: the program execution "starts" here
 bool MyApp::OnInit()
 {
+    if ( !wxApp::OnInit() )
+        return false;
+
     wxImage::AddHandler(new wxPNGHandler);
 
     // create the main application window