]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo fixed
authorRobin Dunn <robin@alldunn.com>
Wed, 5 Jul 2006 00:45:38 +0000 (00:45 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 5 Jul 2006 00:45:38 +0000 (00:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_window.i

index 3f57c17e6d4081c69c79cd51d2fac3aeb0405e06..b2bf6d21fe27c0ec6350c7b39d14ac3564e03ed7 100644 (file)
@@ -2005,7 +2005,7 @@ wxControl where it returns true.", "");
 
     %pythoncode {
     def SendSizeEvent(self):
-        self.GetEventhandler().ProcessEvent(wx.SizeEvent((-1,-1)))
+        self.GetEventHandler().ProcessEvent(wx.SizeEvent((-1,-1)))
     }
 };