Compare commits
1 Commits
34bc322b9b
...
563d9c5487
| Author | SHA1 | Date | |
|---|---|---|---|
| 563d9c5487 |
@@ -72,7 +72,7 @@ const PIString contextName = "QAD::PIValueTreeEdit";
|
||||
|
||||
|
||||
void gatherStrings(TSFile::Context & context, const PIValueTree & vt, const PIString & loc) {
|
||||
const static PIStringList attrs({Attribute::prefix, Attribute::suffix});
|
||||
const static PIStringList attrs({Attribute::prefix, Attribute::suffix, Attribute::toolTip});
|
||||
for (const auto & c: vt.children()) {
|
||||
context.confirm(c.name(), loc);
|
||||
context.confirm(c.comment(), loc);
|
||||
|
||||
Reference in New Issue
Block a user