]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/splitter/splitter.cpp
Avoid deprecation warnings for GetText (patch #1829903)
[wxWidgets.git] / samples / splitter / splitter.cpp
index 50a48cdbd0e4a3ac5dcd68df3089dc068eded4f2..af93ae1ac825ff13a31ff4d6bb570f9e1e71d8ee 100644 (file)
@@ -148,6 +148,9 @@ IMPLEMENT_APP(MyApp)
 
 bool MyApp::OnInit()
 {
 
 bool MyApp::OnInit()
 {
+    if ( !wxApp::OnInit() )
+        return false;
+
     // create and show the main frame
     MyFrame* frame = new MyFrame;
 
     // create and show the main frame
     MyFrame* frame = new MyFrame;