]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_intl.i
Use a swig macro for generating the call to the _setCallbackInfo
[wxWidgets.git] / wxPython / src / _intl.i
index 18e7f9db0b4d6049217b848361e46dd285e83ee8..d401c72de26e3aa93bd81526eeddcb99bb588f21 100644 (file)
@@ -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
     // -----------