mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 17:22:18 -05:00
Add notes
This commit is contained in:
parent
3c5100510f
commit
41e4b3a59c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user