wxrc: extract translatable strings from <hint>
This commit is contained in:
parent
a2b04536d3
commit
dd3dec42e5
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue