Fixed OOR typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-03-25 00:42:24 +00:00
parent 58be4fb131
commit 8179a16812

View File

@ -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,