]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/minifram/minifram.cpp
use wxFD_XXX instead of deprecated wxXXX in the documentation
[wxWidgets.git] / samples / minifram / minifram.cpp
index 9964b07b33d4e06c47bd9230377a9125863f934d..4b01ac159f714dab060e353f4fad139a17937078 100644 (file)
@@ -57,6 +57,9 @@ wxButton      *button     = (wxButton*) NULL;
 // main frame
 bool MyApp::OnInit()
 {
+  if ( !wxApp::OnInit() )
+    return false;
+
   // Create the main frame window
   main_frame = new MyMainFrame((wxFrame *) NULL, wxID_ANY, _T("wxFrame sample"),
      wxPoint(100, 100), wxSize(300, 200));