diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-18 23:26:13 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-18 23:26:13 +0200 |
commit | 41e4b3a59cc3d3687c2b42c6a40348e3b1fc388a (patch) | |
tree | 2662821434ac2d0f5a2d2efa9b33252316cdae88 | |
parent | 3c5100510f1c60e79f38ef637564f26a52d27577 (diff) |
Add notes
-rw-r--r-- | src/common/xchat.c | 3 |
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: |