}
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)