From: Robin Dunn <robin@alldunn.com>
Date: Wed, 5 Jul 2006 00:45:38 +0000 (+0000)
Subject: Typo fixed
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c9e13cbb59851e1cb85a824d0e9cb990fc853dbe

Typo fixed


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

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)))
     }
 };