keyword search should work now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2a31049201
commit
64d8470859
@ -51,7 +51,7 @@ class WXDLLEXPORT wxHtmlHelpController : public wxEvtHandler
|
|||||||
}
|
}
|
||||||
bool KeywordSearch(const wxString& keyword)
|
bool KeywordSearch(const wxString& keyword)
|
||||||
{
|
{
|
||||||
CreateHelpWindow(); return KeywordSearch(keyword);
|
CreateHelpWindow(); return m_helpFrame->KeywordSearch(keyword);
|
||||||
}
|
}
|
||||||
wxHtmlHelpFrame* GetFrame() { return m_helpFrame; }
|
wxHtmlHelpFrame* GetFrame() { return m_helpFrame; }
|
||||||
void UseConfig(wxConfigBase *config, const wxString& rootpath = wxEmptyString)
|
void UseConfig(wxConfigBase *config, const wxString& rootpath = wxEmptyString)
|
||||||
|
Loading…
Reference in New Issue
Block a user