diff --git a/wxPython/src/_window.i b/wxPython/src/_window.i index 3f57c17e6d..b2bf6d21fe 100644 --- a/wxPython/src/_window.i +++ b/wxPython/src/_window.i @@ -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))) } };