]> git.saurik.com Git - wxWidgets.git/commitdiff
Updated frame style
authorJulian Smart <julian@anthemion.co.uk>
Tue, 15 Dec 1998 18:01:22 +0000 (18:01 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 15 Dec 1998 18:01:22 +0000 (18:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/mdi/mdi.cpp

index 4dbb0c058bdaa46847c34c6a8a76fac721847ad0..d47b5f2ac196c4a02f72b04d103710deed182ae9 100644 (file)
@@ -55,7 +55,7 @@ bool MyApp::OnInit(void)
   // Create the main frame window
 
   frame = new MyFrame((wxFrame *) NULL, -1, (char *) "MDI Demo", wxPoint(-1, -1), wxSize(500, 400),
-   wxDEFAULT_FRAME | wxHSCROLL | wxVSCROLL);
+   wxDEFAULT_FRAME_STYLE | wxHSCROLL | wxVSCROLL);
 
   // Give it an icon
 #ifdef __WXMSW__