- // load the controls contents from the file
- virtual bool LoadFile(const wxString& file);
- virtual bool LoadFile(const wxString& file, int WXUNUSED(fileType)) { return LoadFile(file); }
+ // load the control's contents from the file
+ virtual bool DoLoadFile(const wxString& file, int fileType);