aboutsummaryrefslogtreecommitdiff
path: root/gui/GuiManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/GuiManager.cpp')
-rw-r--r--gui/GuiManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/GuiManager.cpp b/gui/GuiManager.cpp
index 49c078a723..fbcacf2d16 100644
--- a/gui/GuiManager.cpp
+++ b/gui/GuiManager.cpp
@@ -73,7 +73,7 @@ GuiManager::GuiManager() : _redrawStatus(kRedrawDisabled),
// Loading the theme failed, try to load the built-in theme
if (!loadNewTheme("builtin", gfxMode)) {
// Loading the built-in theme failed as well. Bail out
- error(_t("Failed to load any GUI theme, aborting"));
+ error("%s", _t("Failed to load any GUI theme, aborting"));
}
}