X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/13b955a7556502bf9a66986b8ff62c1cd260e138..c25f90f60ceb17d33900f6a94f7f4ff2a009c584:/wxPython/src/_intl.i diff --git a/wxPython/src/_intl.i b/wxPython/src/_intl.i index 18e7f9db0b..d401c72de2 100644 --- a/wxPython/src/_intl.i +++ b/wxPython/src/_intl.i @@ -595,7 +595,7 @@ wxChar *wxPyLocale::GetPluralString(const wxChar *szOrigString, class wxPyLocale : public wxLocale { public: - %pythonAppend wxPyLocale "self._setCallbackInfo(self, PyLocale)" + %pythonAppend wxPyLocale setCallbackInfo(PyLocale) // ctor & dtor // -----------