]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/text/text.cpp
changes wxDirExists() to accept wxString instead of wxChar*, so that it can be used...
[wxWidgets.git] / samples / text / text.cpp
index 8cadc01a1da86c181fe3a323ce5524bd42e7ce8f..ba305825e59b086407474a6ef9f28069cb361389 100644 (file)
@@ -425,6 +425,9 @@ enum
 
 bool MyApp::OnInit()
 {
+    if ( !wxApp::OnInit() )
+        return false;
+
     // Create the main frame window
     MyFrame *frame = new MyFrame((wxFrame *) NULL,
             _T("Text wxWidgets sample"), 50, 50, 700, 550);