no real changes, just fixed all occurences of 'occurence' typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -533,7 +533,7 @@ bool wxHtmlHelpWindow::Create(wxWindow* parent, wxWindowID id,
|
||||
m_SearchWholeWords = new wxCheckBox(dummy, wxID_ANY, _("Whole words only"));
|
||||
m_SearchButton = new wxButton(dummy, wxID_HTML_SEARCHBUTTON, _("Search"));
|
||||
#if wxUSE_TOOLTIPS
|
||||
m_SearchButton->SetToolTip(_("Search contents of help book(s) for all occurences of the text you typed above"));
|
||||
m_SearchButton->SetToolTip(_("Search contents of help book(s) for all occurrences of the text you typed above"));
|
||||
#endif //wxUSE_TOOLTIPS
|
||||
m_SearchList = new wxListBox(dummy, wxID_HTML_SEARCHLIST,
|
||||
wxDefaultPosition, wxDefaultSize,
|
||||
|
||||
Reference in New Issue
Block a user