aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorChris Warren-Smith2011-10-17 22:35:48 +1000
committerChris Warren-Smith2011-10-18 23:22:25 +1000
commited07b99b22c2cf092f207dc15b26801c502534ac (patch)
treed9da48b5e0385d36c09aac398bc8306d7c5a63e1 /gui
parentca7bc7184652be9673045f5d810ec4bd310c120c (diff)
downloadscummvm-rg350-ed07b99b22c2cf092f207dc15b26801c502534ac.tar.gz
scummvm-rg350-ed07b99b22c2cf092f207dc15b26801c502534ac.tar.bz2
scummvm-rg350-ed07b99b22c2cf092f207dc15b26801c502534ac.zip
BADA: Misc changes merged from appstore release
Diffstat (limited to 'gui')
-rw-r--r--gui/ThemeEngine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeEngine.cpp b/gui/ThemeEngine.cpp
index 4a2e0a7ac5..16e693b373 100644
--- a/gui/ThemeEngine.cpp
+++ b/gui/ThemeEngine.cpp
@@ -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());
}
}
}