]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/xrc/xrcdemo.cpp
fix sizing of extra control
[wxWidgets.git] / samples / xrc / xrcdemo.cpp
index db9ac58d28c7a880f4453c03915d447dc36282c4..6c93d4b75b2a4c5b2941e6cda6094e4bbdf956c1 100644 (file)
@@ -60,6 +60,9 @@ IMPLEMENT_APP(MyApp)
 // 'Main program' equivalent: the program execution "starts" here
 bool MyApp::OnInit()
 {
+    if ( !wxApp::OnInit() )
+        return false;
+
     // If there is any of a certain format of image in the xrcs, then first
     // load a handler for that image type. This example uses XPMs, but if
     // you want PNGs, then add a PNG handler, etc. See wxImage::AddHandler()