summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-07-09 15:58:54 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-07-09 15:58:54 +0000
commit89d107c1a9f846c8b362a9fc4d443c08f073333e (patch)
treeea0253659d225ef8aa7405b443e0618b07e46d3c /src/gui/gui.h
parent54d4fc12a69ca6398f8f5d41d73bba22cf6788aa (diff)
downloadweechat-89d107c1a9f846c8b362a9fc4d443c08f073333e.zip
Fixed typo on a color number
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index ec1dc8bae..f2f4219b1 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -69,7 +69,7 @@
#define COLOR_DCC_CONNECTING 47
#define COLOR_DCC_ACTIVE 48
#define COLOR_DCC_DONE 49
-#define COLOR_DCC_FAILED 40
+#define COLOR_DCC_FAILED 50
#define COLOR_DCC_ABORTED 51
#define SERVER(buffer) ((t_irc_server *)(buffer->server))