]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filehistory.h
Really fix the problem with caret in wxGrid text editor under MSW.
[wxWidgets.git] / include / wx / filehistory.h
index 7c63d6bb9569c30c526a52543d4934c23b06221d..ea37948686fbed577e30546f7ad299545752264c 100644 (file)
@@ -23,6 +23,7 @@
 
 class WXDLLIMPEXP_FWD_CORE wxMenu;
 class WXDLLIMPEXP_FWD_BASE wxConfigBase;
+class WXDLLIMPEXP_FWD_BASE wxFileName;
 
 // ----------------------------------------------------------------------------
 // File history management
@@ -79,6 +80,10 @@ private:
     // The ID of the first history menu item (Doesn't have to be wxID_FILE1)
     wxWindowID m_idBase;
 
+    // Normalize a file name to canonical form. We have a special function for
+    // this to ensure the same normalization is used everywhere.
+    static wxString NormalizeFileName(const wxFileName& filename);
+
     wxDECLARE_NO_COPY_CLASS(wxFileHistoryBase);
 };