diff options
author | Timo Sirainen <cras@irssi.org> | 2000-12-16 23:36:42 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-12-16 23:36:42 +0000 |
commit | 2e033b5c6d83481f37cdb6531850388015c0e417 (patch) | |
tree | 5fa0190ab63e5141d50921143ac737134ffd8ea5 /src | |
parent | 4ea69f305915024e690fb1fa7a848cca6fe1a07c (diff) | |
download | irssi-2e033b5c6d83481f37cdb6531850388015c0e417.zip |
Error message was missing from theme_save_failed
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@992 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src')
-rw-r--r-- | src/fe-common/core/module-formats.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 } }, |