X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd9f7fea29e3f8bb61861f52984b7943512346ac..4d2962b127e734c37095f72a578457bea84c89da:/wxPython/src/_process.i diff --git a/wxPython/src/_process.i b/wxPython/src/_process.i index b3e1155429..642a03134e 100644 --- a/wxPython/src/_process.i +++ b/wxPython/src/_process.i @@ -89,7 +89,7 @@ public: static wxPyProcess *Open(const wxString& cmd, int flags = wxEXEC_ASYNC); - %addtofunc wxPyProcess "self._setCallbackInfo(self, Process)" + %pythonAppend wxPyProcess "self._setCallbackInfo(self, Process)" wxPyProcess(wxEvtHandler *parent = NULL, int id = -1); void _setCallbackInfo(PyObject* self, PyObject* _class);