summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-18 23:26:13 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-18 23:26:13 +0200
commit41e4b3a59cc3d3687c2b42c6a40348e3b1fc388a (patch)
tree2662821434ac2d0f5a2d2efa9b33252316cdae88 /src
parent3c5100510f1c60e79f38ef637564f26a52d27577 (diff)
Add notes
Diffstat (limited to 'src')
-rw-r--r--src/common/xchat.c3
1 files changed, 2 insertions, 1 deletions
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: