From a15585e0b2161c2201d02480eb1bfa3561fb4f8b Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 1 Sep 2006 23:57:15 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/contrib/stc/stc.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2