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:
parent
58be4fb131
commit
8179a16812
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user