]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpctrl.cpp
Applied patch [ 807164 ] fixes for core library
[wxWidgets.git] / src / html / helpctrl.cpp
index 1a7b41339b87214795b458c070b595dccfc7a365..9f1de8e4098bcf27f3ec3fc61ce76c958210b6b3 100644 (file)
@@ -319,10 +319,11 @@ bool wxHtmlHelpController::DisplayIndex()
     return success;
 }
 
-bool wxHtmlHelpController::KeywordSearch(const wxString& keyword)
+bool wxHtmlHelpController::KeywordSearch(const wxString& keyword,
+                                         wxHelpSearchMode mode)
 {
     CreateHelpWindow();
-    bool success = m_helpFrame->KeywordSearch(keyword);
+    bool success = m_helpFrame->KeywordSearch(keyword, mode);
     AddGrabIfNeeded();
     return success;
 }