From 41e4b3a59cc3d3687c2b42c6a40348e3b1fc388a Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Thu, 18 Oct 2012 23:26:13 +0200 Subject: Add notes --- src/common/xchat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/common/xchat.c b/src/common/xchat.c index 5a0a7fa9..ad82e16d 100644 --- a/src/common/xchat.c +++ b/src/common/xchat.c @@ -960,8 +960,9 @@ main (int argc, char *argv[]) load_config (); #ifdef WIN32 - /* we MUST do this after load_config () otherwise it would fail */ + /* we MUST do this after load_config () AND before fe_init (thus gtk_init) otherwise it will fail */ strcpy (hexchat_lang, "LC_ALL="); + switch (prefs.gui_lang) { case 0: -- cgit 1.4.1