Typo fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-02-13 19:06:55 +00:00
parent b6bfd8e8f4
commit 11926a7837

View File

@ -600,7 +600,7 @@ class wxPythonDemo(wx.Frame):
splitter2.SetMinimumPaneSize(20)
# Make the splitter on the right expand the top wind when resized
# Make the splitter on the right expand the top window when resized
def SplitterOnSize(evt):
splitter = evt.GetEventObject()
sz = splitter.GetSize()