]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_filesys.i
return name and extension by const ref, not by value, to prevent bugs as the one...
[wxWidgets.git] / wxPython / src / _filesys.i
index a8addb513abbfa8c7487cdc82e6bcf61004ad5b3..bdcc819ed4e60f6d96ae166631ff061f6c6b21c8 100644 (file)
@@ -27,8 +27,8 @@ class wxFSFile : public wxObject
 {
 public:
     %pythonAppend wxFSFile
-        "self.thisown = 0   # It will normally be deleted by the user of the wxFileSystem";
-    
+        "self.thisown = 0   # It will normally be deleted by the user of the wx.FileSystem";
+
     wxFSFile(wxInputStream *stream, const wxString& loc,
              const wxString& mimetype, const wxString& anchor,
              wxDateTime modif);