Added "Mass Add" dialog.

svn-id: r34802
This commit is contained in:
Vicent Marti 2008-10-14 17:53:52 +00:00
parent 820a45d851
commit 1c374dcf35
9 changed files with 142 additions and 17 deletions

View file

@ -116,10 +116,10 @@ bool XMLParser::parseActiveKey(bool closed) {
}
if (keyCount > 0)
return parserError("Unhandled property inside key '%s': '%s'", key->name.c_str(), localMap.begin()->_key.c_str());
return parserError("Unhandled property inside key '%s'.", key->name.c_str());
} else {
return parserError("Unexpected key in the active scope: '%s'.", key->name.c_str());
return parserError("Unexpected key in the active scope ('%s').", key->name.c_str());
}
// check if any of the parents must be ignored.