1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-23 01:32:22 -05:00

Update set variable after English lang code change

This commit is contained in:
Berke Viktor 2012-10-20 17:12:21 +02:00
parent 6faa4767d8
commit 99b68f6e24

View File

@ -679,7 +679,7 @@ load_config (void)
prefs._tabs_position = 2; /* 2 = left */ prefs._tabs_position = 2; /* 2 = left */
#ifdef WIN32 #ifdef WIN32
prefs.identd = 1; prefs.identd = 1;
prefs.gui_lang = 12; prefs.gui_lang = 15;
#else #else
prefs.fastdccsend = 1; prefs.fastdccsend = 1;
#endif #endif