From 5cc29dd12da8ea913f78a4c4e912b9f431e7aa15 Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Sun, 29 Dec 2002 05:52:26 +0000 Subject: [PATCH] Typo fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/helpctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html/helpctrl.cpp b/src/html/helpctrl.cpp index ad81be8c1a..1748fef73d 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 + wxFILE_SEP_PATH); + dir = dir + wxFILE_SEP_PATH; // Try to find a suitable file wxString actualFilename = dir + filename + wxString(wxT(".zip"));