]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sashtest/sashtest.cpp
wxString(const wxString& str, size_t position, size_t len) ctor now doesn't
[wxWidgets.git] / samples / sashtest / sashtest.cpp
index aa9618a3c604f2d1223748c2470381d5153ccb4e..a7b3dd59400cc81050e8a9d160b06cd03b65b8aa 100644 (file)
@@ -43,7 +43,7 @@ bool MyApp::OnInit(void)
   // Create the main frame window
 
   frame = new MyFrame(NULL, -1, "Sash Demo", wxPoint(0, 0), wxSize(500, 400),
-   wxDEFAULT_FRAME | wxHSCROLL | wxVSCROLL);
+   wxDEFAULT_FRAME_STYLE | wxHSCROLL | wxVSCROLL);
 
   // Give it an icon (this is ignored in MDI mode: uses resources)
 #ifdef __WXMSW__