aboutsummaryrefslogtreecommitdiff
path: root/gui/theme-config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/theme-config.cpp')
-rw-r--r--gui/theme-config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/theme-config.cpp b/gui/theme-config.cpp
index e9c23bf628..dd4f54036e 100644
--- a/gui/theme-config.cpp
+++ b/gui/theme-config.cpp
@@ -482,7 +482,7 @@ void Theme::processResSection(Common::ConfigFile &config, const String &name, bo
continue;
}
if (iterk->key.hasPrefix("set_")) {
- _evaluator->setAlias(name, iterk->key.c_str(), prefix + iterk->value);
+ _evaluator->setAlias(iterk->key.c_str() + 4, prefix + iterk->value);
continue;
}
if (iterk->key.hasPrefix("def_")) {