From 73b099cef5b452d614074c4b8361519f46dc677a Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 1 May 2002 18:30:45 +0000 Subject: [PATCH] Removed the "GLib" text from glib_error format, to stop people thinking they have something to do with glib itself. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2744 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 77995add..223eb3ac 100644 --- a/src/fe-common/core/module-formats.c +++ b/src/fe-common/core/module-formats.c @@ -255,7 +255,7 @@ FORMAT_REC fecommon_core_formats[] = { { "config_saved", "Saved configuration to file $0", 1, { 0 } }, { "config_reloaded", "Reloaded configuration", 1, { 0 } }, { "config_modified", "Configuration file was modified since irssi was last started - do you want to overwrite the possible changes?", 1, { 0 } }, - { "glib_error", "{error GLib $0} $1", 2, { 0, 0 } }, + { "glib_error", "{error $0} $1", 2, { 0, 0 } }, { "overwrite_config", "Overwrite config (y/N)?", 0 }, { "set_title", "[{hilight $0}]", 1, { 0 } }, { "set_item", "$0 = $1", 2, { 0, 0 } },