aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEngine.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2011-10-19 05:03:46 -0700
committerEugene Sandulenko2011-10-19 05:03:46 -0700
commit19134ecf7e543600fda7e9855ee4b3aa6822548c (patch)
treeae2f3917075cceb3ce74c34013bd48459f384c9d /gui/ThemeEngine.cpp
parent84bc5651271f70e470099a19ab197ef038ef4a3b (diff)
parented07b99b22c2cf092f207dc15b26801c502534ac (diff)
downloadscummvm-rg350-19134ecf7e543600fda7e9855ee4b3aa6822548c.tar.gz
scummvm-rg350-19134ecf7e543600fda7e9855ee4b3aa6822548c.tar.bz2
scummvm-rg350-19134ecf7e543600fda7e9855ee4b3aa6822548c.zip
Merge pull request #106 from chrisws/branch-1-4-c
BADA: Misc changes merged from appstore release
Diffstat (limited to 'gui/ThemeEngine.cpp')
-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());
}
}
}