]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/wizard/wizard.cpp
use smaller icons, it looks better (patch 1695225)
[wxWidgets.git] / samples / wizard / wizard.cpp
index 22de882986a372646622c4581154152cdc961e79..49ce4a58579d865bcf57140705ceda305b33b3b9 100644 (file)
@@ -353,6 +353,9 @@ IMPLEMENT_APP(MyApp)
 // `Main program' equivalent: the program execution "starts" here
 bool MyApp::OnInit()
 {
+    if ( !wxApp::OnInit() )
+        return false;
+
     MyFrame *frame = new MyFrame(_T("wxWizard Sample"));
 
     // and show it (the frames, unlike simple controls, are not shown when