From 2e033b5c6d83481f37cdb6531850388015c0e417 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 16 Dec 2000 23:36:42 +0000 Subject: Error message was missing from theme_save_failed git-svn-id: http://svn.irssi.org/repos/irssi/trunk@992 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/core/module-formats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fe-common/core/module-formats.c b/src/fe-common/core/module-formats.c index 4604ed9a..c09213bb 100644 --- a/src/fe-common/core/module-formats.c +++ b/src/fe-common/core/module-formats.c @@ -175,7 +175,7 @@ FORMAT_REC fecommon_core_formats[] = { { NULL, "Themes", 0 }, { "theme_saved", "Theme saved to $0", 1, { 0 } }, - { "theme_save_failed", "Error saving theme to $0", 1, { 0 } }, + { "theme_save_failed", "Error saving theme to $0: $1", 2, { 0, 0 } }, { "theme_not_found", "Theme {hilight $0} not found", 1, { 0 } }, { "window_theme_changed", "Using theme {hilight $0} in this window", 1, { 0 } }, { "format_title", "%:[{hilight $0}] - [{hilight $1}]%:", 2, { 0, 0 } }, -- cgit v1.2.3