diff --git a/utils/wxrc/wxrc.cpp b/utils/wxrc/wxrc.cpp index f9c1b5c0de..56f4c9799f 100644 --- a/utils/wxrc/wxrc.cpp +++ b/utils/wxrc/wxrc.cpp @@ -970,6 +970,7 @@ XmlResApp::FindStrings(const wxString& filename, wxXmlNode *node) (node/*not n!*/->GetName() == wxT("value") && !n->GetContent().IsNumber()) || node/*not n!*/->GetName() == wxT("help") || + node/*not n!*/->GetName() == wxT("hint") || node/*not n!*/->GetName() == wxT("longhelp") || node/*not n!*/->GetName() == wxT("tooltip") || node/*not n!*/->GetName() == wxT("htmlcode") ||