mirror of
https://github.com/audacity/wxWidgets.git
synced 2025-12-10 03:58:56 -06:00
wxrc: extract translatable strings from <hint>
This commit is contained in:
parent
a2b04536d3
commit
dd3dec42e5
@ -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") ||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user