wx* and other name fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-12-30 01:06:02 +00:00
parent d2638b42a8
commit 3cfc1d6668
2 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ class TestPanel(wx.Panel):
self.Bind(wx.EVT_BUTTON, self.ShowMDIDemo, b1)
b2 = wx.Button(self, -1, "MDI with SashWindows demo")
self.Bind(wx.EVT_BUTTON, self.ShowMDIDemo, b2)
self.Bind(wx.EVT_BUTTON, self.ShowMDISashDemo, b2)
box = wx.BoxSizer(wx.VERTICAL)
box.Add((20, 30))