Change lg::wml_error consumer's formatting:

...leading text is "Invalid WML found" instead of "Deprecated WML
found" now.
This commit is contained in:
Ignacio R. Morelle 2008-11-05 14:29:19 +00:00
parent 10340ccbf5
commit a2f566bc96

View file

@ -149,7 +149,7 @@ static void show_wml_errors()
lg::wml_error.clear();
// Show the messages collected
std::string caption = "Deprecated WML found";
std::string caption = "Invalid WML found";
for(std::map<std::string, int>::const_iterator itor = messages.begin();
itor != messages.end(); ++itor) {