From: Robin Dunn Date: Fri, 1 Sep 2006 23:57:15 +0000 (+0000) Subject: fixed typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a15585e0b2161c2201d02480eb1bfa3561fb4f8b?hp=e0bfbd2c743a4f78f6368909dc301c30cec41872 fixed typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/contrib/stc/stc.i b/wxPython/contrib/stc/stc.i index f32dc4e142..1487f75512 100644 --- a/wxPython/contrib/stc/stc.i +++ b/wxPython/contrib/stc/stc.i @@ -49,7 +49,7 @@ MustHaveApp(wxStyledTextCtrl); %include stc.h -%extend wxStyleTextCtrl { +%extend wxStyledTextCtrl { %pythoncode { GetCaretLineBack = GetCaretLineBackground SetCaretLineBack = SetCaretLineBackground