[Scummvm-cvs-logs] SF.net SVN: scummvm:[34775] scummvm/trunk/gui/ThemeEngine.cpp
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sun Oct 12 00:18:16 CEST 2008
Revision: 34775
http://scummvm.svn.sourceforge.net/scummvm/?rev=34775&view=rev
Author: fingolfin
Date: 2008-10-11 22:18:15 +0000 (Sat, 11 Oct 2008)
Log Message:
-----------
Fixed yet another typo
Modified Paths:
--------------
scummvm/trunk/gui/ThemeEngine.cpp
Modified: scummvm/trunk/gui/ThemeEngine.cpp
===================================================================
--- scummvm/trunk/gui/ThemeEngine.cpp 2008-10-11 22:14:47 UTC (rev 34774)
+++ scummvm/trunk/gui/ThemeEngine.cpp 2008-10-11 22:18:15 UTC (rev 34775)
@@ -472,12 +472,12 @@
if (fileName == "builtin") {
if (!loadDefaultXML())
- error("Could not load default embeded theme");
+ error("Could not load default embedded theme");
} else if (!loadThemeXML(fileName)) {
warning("Could not parse custom theme '%s'. Falling back to default theme", fileName.c_str());
- if (!loadDefaultXML()) // if we can't load the embeded theme, this is a complete failure
- error("Could not load default embeded theme");
+ if (!loadDefaultXML()) // if we can't load the embedded theme, this is a complete failure
+ error("Could not load default embedded theme");
}
for (int i = 0; i < kDrawDataMAX; ++i) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list