X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..dcc1aa238271267e92069d834781ee8fd15007bd:/wxPython/src/_filesys.i diff --git a/wxPython/src/_filesys.i b/wxPython/src/_filesys.i index 566f834e9f..87e95b556e 100644 --- a/wxPython/src/_filesys.i +++ b/wxPython/src/_filesys.i @@ -95,7 +95,7 @@ public: %name(FileSystemHandler) class wxPyFileSystemHandler : public wxFileSystemHandler { public: - %addtofunc wxPyFileSystemHandler "self._setCallbackInfo(self, FileSystemHandler)"; + %pythonAppend wxPyFileSystemHandler "self._setCallbackInfo(self, FileSystemHandler)"; wxPyFileSystemHandler(); @@ -122,7 +122,7 @@ public: wxFileSystem(); ~wxFileSystem(); - void ChangePathTo(const wxString& location, bool is_dir = FALSE); + void ChangePathTo(const wxString& location, bool is_dir = False); wxString GetPath(); wxFSFile* OpenFile(const wxString& location);