diff --git a/wxPython/src/_artprov.i b/wxPython/src/_artprov.i index 83798bd6bf..ac11b64e9c 100644 --- a/wxPython/src/_artprov.i +++ b/wxPython/src/_artprov.i @@ -263,7 +263,7 @@ wx.NullBitmap if no provider provides it.", ""); wx.NullIcon if no provider provides it.", ""); DocDeclStr( - static wxSize , GetHintSize(const wxString& client, bool platform_dependent = false), + static wxSize , GetSizeHint(const wxString& client, bool platform_dependent = false), "Get the size hint of an icon from a specific Art Client, queries the topmost provider if platform_dependent = false", "");