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