]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/menu/menu.cpp
changes wxDirExists() to accept wxString instead of wxChar*, so that it can be used...
[wxWidgets.git] / samples / menu / menu.cpp
index be55ff793c7f94f2dd4b0ed92afc448e828d7206..97c563ab968559e2b53db72e63e6e940ef0dc57a 100644 (file)
@@ -344,6 +344,9 @@ IMPLEMENT_APP(MyApp)
 // main frame
 bool MyApp::OnInit()
 {
 // main frame
 bool MyApp::OnInit()
 {
+    if ( !wxApp::OnInit() )
+        return false;
+
     // Create the main frame window
     MyFrame* frame = new MyFrame;
 
     // Create the main frame window
     MyFrame* frame = new MyFrame;