summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-20 17:12:21 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-20 17:12:21 +0200
commit99b68f6e24987837486c75bfced6ecbb27881729 (patch)
tree6453b8ccb9d520d2c3809fc7209b0ead59624a10
parent6faa4767d84f442cef7ede284d2fa644c334573d (diff)
Update set variable after English lang code change
-rw-r--r--src/common/cfgfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c
index c02395c9..ef51cb75 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -679,7 +679,7 @@ load_config (void)
 	prefs._tabs_position = 2; /* 2 = left */
 #ifdef WIN32
 	prefs.identd = 1;
-	prefs.gui_lang = 12;
+	prefs.gui_lang = 15;
 #else
 	prefs.fastdccsend = 1;
 #endif