From 8cd7dd313f5922fa3137703bbc774fce9e1c1947 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 31 Oct 2003 07:32:59 +0000 Subject: [PATCH] Invalid time error message was wrong. Patch by c0ffee. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3136 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/core/fe-core-commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fe-common/core/fe-core-commands.c b/src/fe-common/core/fe-core-commands.c index 56c2dac3..cc1f587c 100644 --- a/src/fe-common/core/fe-core-commands.c +++ b/src/fe-common/core/fe-core-commands.c @@ -48,7 +48,7 @@ static int ret_texts[] = { TXT_CHAN_NOT_SYNCED, TXT_ILLEGAL_PROTO, TXT_NOT_GOOD_IDEA, - CMDERR_INVALID_TIME + TXT_INVALID_TIME }; int command_hide_output;