diff --git a/src/html/helpctrl.cpp b/src/html/helpctrl.cpp
index 66b763c641..ad81be8c1a 100644
--- a/src/html/helpctrl.cpp
+++ b/src/html/helpctrl.cpp
@@ -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"));