BADA: Misc changes merged from appstore release

This commit is contained in:
Chris Warren-Smith 2011-10-17 22:35:48 +10:00
parent ca7bc71846
commit ed07b99b22
13 changed files with 145 additions and 151 deletions

View file

@ -590,7 +590,7 @@ bool ThemeEngine::addFont(TextData textId, const Common::String &file) {
#ifdef USE_TRANSLATION
TransMan.setLanguage("C");
#endif
warning("Failed to load localized font '%s'. Using non-localized font and default GUI language instead", file.c_str());
warning("Failed to load localized font '%s'. Using non-localized font and default GUI language instead", localized.c_str());
}
}
}