From 51efff851ea10cb74be6faf34d8dc28b0c5f3632 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Tue, 24 May 2005 08:59:44 +0000 Subject: [PATCH] possible fix for SF bug #1186144 (Borland tested) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@34313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/helpchm.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/helpchm.cpp b/src/msw/helpchm.cpp index 4e95ce7ad8..8ce00f1237 100644 --- a/src/msw/helpchm.cpp +++ b/src/msw/helpchm.cpp @@ -242,6 +242,7 @@ wxString wxCHMHelpController::GetValidFilename(const wxString& file) const wxCHMHelpController::~wxCHMHelpController() { + gs_htmlHelp(GetSuitableHWND(), 0, HH_CLOSE_ALL, 0L); UnloadHtmlHelpLibrary(); }