summaryrefslogtreecommitdiff
path: root/src/fe-common
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2003-10-31 07:32:59 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2003-10-31 07:32:59 +0000
commit8cd7dd313f5922fa3137703bbc774fce9e1c1947 (patch)
treef33c9dff0d9ad97ba1a2c5c7d81614c85757dc36 /src/fe-common
parentb2d07ffd1da4901b319f4d15a18089f2825bc5b2 (diff)
downloadirssi-8cd7dd313f5922fa3137703bbc774fce9e1c1947.zip
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
Diffstat (limited to 'src/fe-common')
-rw-r--r--src/fe-common/core/fe-core-commands.c2
1 files changed, 1 insertions, 1 deletions
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;