]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/wizard/wizard.cpp
wxSizeEvent now carries the total size, not just the client size
[wxWidgets.git] / samples / wizard / wizard.cpp
index f4586a11d80e14516e28749b9dffdc9acf7ad2d9..50e1a1ce22e68d37d3cb5db1fa983dee21eecbea 100644 (file)
@@ -303,9 +303,9 @@ void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
 void MyFrame::OnRunWizard(wxCommandEvent& WXUNUSED(event))
 {
     wxWizard *wizard = new wxWizard(this, -1,
-                                       "Absolutely Useless Wizard",
-                                       wxBITMAP(wiztest));
-    
+                    "Absolutely Useless Wizard",
+                    wxBITMAP(wiztest));
+
     // a wizard page may be either an object of predefined class
     wxWizardPageSimple *page1 = new wxWizardPageSimple(wizard);
     wxStaticText *text = new wxStaticText(page1, -1,