From 3fd82ab92129b30c4075ed80f117c0577d1063bf Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 1 Jul 2003 19:16:17 +0000 Subject: [PATCH] Typo fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/controls2.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/controls2.i b/wxPython/src/controls2.i index e618ffae94..67f87c0475 100644 --- a/wxPython/src/controls2.i +++ b/wxPython/src/controls2.i @@ -456,7 +456,7 @@ public: } // The OOR typemaps don't know what to do with the %new, so fix it up. %pragma(python) addtoclass = " def GetColumn(self, *_args, **_kwargs): - val = ontrols2c.wxListCtrl_GetColumn(self, *_args, **_kwargs) + val = controls2c.wxListCtrl_GetColumn(self, *_args, **_kwargs) if val is not None: val.thisown = 1 return val "