Fixed case sensitivity
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -971,7 +971,7 @@ void wxHtmlSearchEngine::LookFor(const wxString& keyword, bool case_sensitive, b
|
||||
m_WholeWords = whole_words_only;
|
||||
m_Keyword = keyword;
|
||||
|
||||
if (m_CaseSensitive)
|
||||
if (!m_CaseSensitive)
|
||||
m_Keyword.LowerCase();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user