aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.cpp
diff options
context:
space:
mode:
authorVicent Marti2008-08-14 23:17:41 +0000
committerVicent Marti2008-08-14 23:17:41 +0000
commit8e60e6c558be96286ad8df3502c69060f9db117c (patch)
tree233a0dd4538f43ada920e6d605049ed9f5c2ca71 /gui/newgui.cpp
parent8eaa982c41a083337aa512f1d303b178d25f6a2a (diff)
downloadscummvm-rg350-8e60e6c558be96286ad8df3502c69060f9db117c.tar.gz
scummvm-rg350-8e60e6c558be96286ad8df3502c69060f9db117c.tar.bz2
scummvm-rg350-8e60e6c558be96286ad8df3502c69060f9db117c.zip
Misc GFX tweaks.
svn-id: r33883
Diffstat (limited to 'gui/newgui.cpp')
-rw-r--r--gui/newgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp
index 945c944b93..2fa0dc8620 100644
--- a/gui/newgui.cpp
+++ b/gui/newgui.cpp
@@ -94,7 +94,7 @@ NewGui::NewGui() : _redrawStatus(kRedrawDisabled),
if (themefile.compareToIgnoreCase("default") == 0)
themefile = "builtin";
- if (!themefile.hasSuffix(".zip"))
+ if (themefile != "builtin" && !themefile.hasSuffix(".zip"))
themefile += ".zip";
loadNewTheme(themefile);