summary refs log tree commit diff stats
path: root/src/common/xchat.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-18 22:57:55 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-18 22:57:55 +0200
commit9abfecf05efdc2eea8e374df251b6fede31881f3 (patch)
treee610dc3dc6a8b765a4ee38b35db0812d37c6e043 /src/common/xchat.h
parentb686a24d3b39d08d0ff7515fbbe58003708cd964 (diff)
Hardcoded dropdown menu for language selection
Diffstat (limited to 'src/common/xchat.h')
-rw-r--r--src/common/xchat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/xchat.h b/src/common/xchat.h
index 06b29494..cf3dc439 100644
--- a/src/common/xchat.h
+++ b/src/common/xchat.h
@@ -117,7 +117,6 @@ struct xchatprefs
 	char font_normal[4 * FONTNAMELEN + 1];
 	char font_main[FONTNAMELEN + 1];
 	char font_alternative[3 * FONTNAMELEN + 1];
-	char gui_lang[6];				/* Just enough for xx_YY plus trailing \0 */
 #else
 	char font_normal[FONTNAMELEN + 1];
 #endif
@@ -192,6 +191,7 @@ struct xchatprefs
 	int gui_quit_dialog;
 #ifdef WIN32
 	int gui_one_instance;
+	int gui_lang;
 #endif
 	int dialog_left;
 	int dialog_top;