fix label
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
47f116ccbf
commit
4e9080bc8e
@ -177,7 +177,7 @@ wxWizardPageSimple class can easily be used for the pages."""))
|
||||
#wizard.SetExtraStyle(wx.WIZARD_EX_HELPBUTTON)
|
||||
#wizard.Create(self, self.ID_wiz, "Simple Wizard",
|
||||
# images.getWizTest1Bitmap())
|
||||
wizard = wiz.Wizard(self, -1, "Simple Wizard", images.getWizTest1Bitmap())
|
||||
wizard = wiz.Wizard(self, -1, "Dynamic Wizard", images.getWizTest1Bitmap())
|
||||
|
||||
page1 = TitledPage(wizard, "Page 1")
|
||||
page2 = SkipNextPage(wizard, "Page 2")
|
||||
|
Loading…
Reference in New Issue
Block a user