From 64d8470859a25270ed08ec66f25ad58bab091d7a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 8 Jan 2000 13:59:39 +0000 Subject: [PATCH] keyword search should work now git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/helpctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/html/helpctrl.h b/include/wx/html/helpctrl.h index 30dcac00de..2505276714 100644 --- a/include/wx/html/helpctrl.h +++ b/include/wx/html/helpctrl.h @@ -51,7 +51,7 @@ class WXDLLEXPORT wxHtmlHelpController : public wxEvtHandler } bool KeywordSearch(const wxString& keyword) { - CreateHelpWindow(); return KeywordSearch(keyword); + CreateHelpWindow(); return m_helpFrame->KeywordSearch(keyword); } wxHtmlHelpFrame* GetFrame() { return m_helpFrame; } void UseConfig(wxConfigBase *config, const wxString& rootpath = wxEmptyString) -- 2.50.0