]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpctrl.cpp
keep selected image in sync with the normal one if it hasn't been changed (patch...
[wxWidgets.git] / src / html / helpctrl.cpp
index 66b763c64154bbbb7da5ed7e3fabd836c886898a..1748fef73d74fc28b183dec96ab2fdabd5cf782c 100644 (file)
@@ -176,7 +176,7 @@ bool wxHtmlHelpController::Initialize(const wxString& file)
     wxSplitPath(file, & dir, & filename, & ext);
 
     if (!dir.IsEmpty())
-        dir = dir + wxString(wxT("/"));
+        dir = dir + wxFILE_SEP_PATH;
 
     // Try to find a suitable file
     wxString actualFilename = dir + filename + wxString(wxT(".zip"));