From dd3dec42e5cbc4ac9943d424e2ffd259e9543bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Fri, 24 Mar 2017 12:32:39 +0100 Subject: [PATCH] wxrc: extract translatable strings from --- utils/wxrc/wxrc.cpp | 1 + 1 file changed, 1 insertion(+) 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") ||