mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-19 12:10:19 +00:00
Add notes
This commit is contained in:
@@ -960,8 +960,9 @@ main (int argc, char *argv[])
|
|||||||
load_config ();
|
load_config ();
|
||||||
|
|
||||||
#ifdef WIN32
|
#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=");
|
strcpy (hexchat_lang, "LC_ALL=");
|
||||||
|
|
||||||
switch (prefs.gui_lang)
|
switch (prefs.gui_lang)
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user