projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use DECLARE_NO_COPY_CLASS() where applicable (patch 633384)
[wxWidgets.git]
/
src
/
html
/
helpctrl.cpp
diff --git
a/src/html/helpctrl.cpp
b/src/html/helpctrl.cpp
index 66b763c64154bbbb7da5ed7e3fabd836c886898a..1748fef73d74fc28b183dec96ab2fdabd5cf782c 100644
(file)
--- 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 + wx
String(wxT("/"))
;
+ dir = dir + wx
FILE_SEP_PATH
;
// Try to find a suitable file
wxString actualFilename = dir + filename + wxString(wxT(".zip"));