summaryrefslogtreecommitdiff
path: root/src/gui/gui-chat.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-04-11 18:36:06 +0200
committerSebastien Helleu <flashcode@flashtux.org>2008-04-11 18:36:06 +0200
commitd975629686360821c020bb7304b7af1528a877f9 (patch)
treeb021375ae20ae8dcffc9b18b86e3dc24ff538dc8 /src/gui/gui-chat.h
parent8211dd6043557f445bf664507fe6daf22a5aa694 (diff)
downloadweechat-d975629686360821c020bb7304b7af1528a877f9.zip
Improved /set command, added /unset command, new name for config files (*.conf)
Diffstat (limited to 'src/gui/gui-chat.h')
-rw-r--r--src/gui/gui-chat.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/gui/gui-chat.h b/src/gui/gui-chat.h
index 0db9bf6f9..685d9fb94 100644
--- a/src/gui/gui-chat.h
+++ b/src/gui/gui-chat.h
@@ -31,17 +31,16 @@ struct t_gui_line;
enum t_gui_prefix
{
- GUI_CHAT_PREFIX_INFO = 0,
- GUI_CHAT_PREFIX_ERROR,
+ GUI_CHAT_PREFIX_ERROR = 0,
GUI_CHAT_PREFIX_NETWORK,
GUI_CHAT_PREFIX_ACTION,
GUI_CHAT_PREFIX_JOIN,
GUI_CHAT_PREFIX_QUIT,
- GUI_CHAT_PREFIX_NUMBER,
+ GUI_CHAT_NUM_PREFIXES,
};
-extern char *gui_chat_prefix[GUI_CHAT_PREFIX_NUMBER];
+extern char *gui_chat_prefix[GUI_CHAT_NUM_PREFIXES];
extern char gui_chat_prefix_empty[];
extern int gui_chat_time_length;