]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/tab/tab.cpp
Enhanced stock labels usage. Source cleaning.
[wxWidgets.git] / samples / tab / tab.cpp
index c581ac1760d25889b79a797d9ef658a737437459..7b37b5c06e824258856ec0c15695f5303a4b7ba6 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c)
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // For compilers that support precompilation, includes "wx.h".
@@ -39,7 +39,7 @@ bool MyApp::OnInit(void)
 {
   // Create the main window
 #if USE_TABBED_DIALOG
-  dialog = new MyDialog((wxFrame *) NULL, -1, (char *) "Tabbed Dialog", wxPoint(-1, -1), wxSize(365, 390), wxDIALOG_MODAL|wxDEFAULT_DIALOG_STYLE);
+  dialog = new MyDialog((wxFrame *) NULL, wxID_ANY, (char *) "Tabbed Dialog", wxPoint(-1, -1), wxSize(365, 390));
 
   dialog->ShowModal();