]> git.saurik.com Git - wxWidgets.git/commitdiff
keyword search should work now
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Jan 2000 13:59:39 +0000 (13:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Jan 2000 13:59:39 +0000 (13:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/html/helpctrl.h

index 30dcac00de22d9d4d19a5ae4d885353678635d76..250527671484d4a9eba5965db51996e3387cde47 100644 (file)
@@ -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)