]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
Bakefile changes for building the graphics context modules, and
[wxWidgets.git] / include / wx / msw / textctrl.h
index c12e9089bc572ea2ffd2d28a37229a29a20e8dd7..2988ed08df6c5e5a5c3606593e119c443a4275ce 100644 (file)
@@ -66,8 +66,8 @@ public:
     virtual void Replace(long from, long to, const wxString& value);
     virtual void Remove(long from, long to);
 
-    // load the controls contents from the file
-    virtual bool LoadFile(const wxString& file);
+    // load the control's contents from the file
+    virtual bool DoLoadFile(const wxString& file, int fileType);
 
     // clears the dirty flag
     virtual void MarkDirty();