summary refs log tree commit diff stats
path: root/src/fe-gtk/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-gtk/menu.h')
-rw-r--r--src/fe-gtk/menu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fe-gtk/menu.h b/src/fe-gtk/menu.h
index ca3dee63..db2dc70a 100644
--- a/src/fe-gtk/menu.h
+++ b/src/fe-gtk/menu.h
@@ -62,8 +62,9 @@ void menu_set_fullscreen (session_gui *gui, int fullscreen);
 #define MENU_ID_JOIN 11
 #define MENU_ID_USERMENU 12
 #define MENU_ID_FULLSCREEN 13
+#define MENU_ID_HEXCHAT 14
 
-#if (MENU_ID_NUM < MENU_ID_FULLSCREEN)
+#if (MENU_ID_NUM < MENU_ID_HEXCHAT)
 #error MENU_ID_NUM is set wrong
 #endif