]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/typetest/typetest.cpp
move m_sizeSet out of wxWindow
[wxWidgets.git] / samples / typetest / typetest.cpp
index 8a22895fc148998b38b22c728366d0d5707c20bd..1e5ce86779caf6e921118e01285d8415f36eb345 100644 (file)
@@ -72,6 +72,9 @@ wxString file_name2 = wxString(_T("test_wx2.dat"));
 
 bool MyApp::OnInit()
 {
+    if ( !wxApp::OnInit() )
+        return false;
+
     // Create the main frame window
     MyFrame *frame = new MyFrame((wxFrame *) NULL, _T("wxWidgets Types Demo"),
                                  wxPoint(50, 50), wxSize(450, 340));