From: Robin Dunn Date: Thu, 25 Mar 2004 00:42:24 +0000 (+0000) Subject: Fixed OOR typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8179a16812e66ff0ac32bb09803e95756350c76c Fixed OOR typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_statctrls.i b/wxPython/src/_statctrls.i index 63dc0fe569..853e437338 100644 --- a/wxPython/src/_statctrls.i +++ b/wxPython/src/_statctrls.i @@ -101,8 +101,8 @@ public: class wxStaticBitmap : public wxControl { public: - %pythonAppend wxStaticText "self._setOORInfo(self)" - %pythonAppend wxStaticText() "" + %pythonAppend wxStaticBitmap "self._setOORInfo(self)" + %pythonAppend wxStaticBitmap() "" wxStaticBitmap(wxWindow* parent, wxWindowID id, const wxBitmap& bitmap,