From c9e13cbb59851e1cb85a824d0e9cb990fc853dbe Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 5 Jul 2006 00:45:38 +0000 Subject: [PATCH] Typo fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_window.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) } }; -- 2.47.2