| 472 debug_enabled = FALSE; |
472 debug_enabled = FALSE; |
| 473 #endif |
473 #endif |
| 474 |
474 |
| 475 /* This is the first Glib function call. Make sure to initialize GThread bfeore then */ |
475 /* This is the first Glib function call. Make sure to initialize GThread bfeore then */ |
| 476 g_thread_init(NULL); |
476 g_thread_init(NULL); |
| 477 |
477 |
| 478 #ifdef ENABLE_NLS |
478 #ifdef ENABLE_NLS |
| 479 bindtextdomain(PACKAGE, LOCALEDIR); |
479 bindtextdomain(PACKAGE, LOCALEDIR); |
| 480 bind_textdomain_codeset(PACKAGE, "UTF-8"); |
480 bind_textdomain_codeset(PACKAGE, "UTF-8"); |
| 481 textdomain(PACKAGE); |
481 textdomain(PACKAGE); |
| 482 #endif |
482 #endif |