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,