| 505 /* Make g_return_... functions fatal. */ |
505 /* Make g_return_... functions fatal. */ |
| 506 g_log_set_always_fatal(G_LOG_LEVEL_CRITICAL); |
506 g_log_set_always_fatal(G_LOG_LEVEL_CRITICAL); |
| 507 #endif |
507 #endif |
| 508 |
508 |
| 509 #ifndef _WIN32 |
509 #ifndef _WIN32 |
| 510 br_set_locate_fallback_func(gaim_find_binary_location, argv[0]); |
510 br_set_locate_fallback_func(pidgin_find_binary_location, argv[0]); |
| 511 #endif |
511 #endif |
| 512 #ifdef ENABLE_NLS |
512 #ifdef ENABLE_NLS |
| 513 bindtextdomain(PACKAGE, LOCALEDIR); |
513 bindtextdomain(PACKAGE, LOCALEDIR); |
| 514 bind_textdomain_codeset(PACKAGE, "UTF-8"); |
514 bind_textdomain_codeset(PACKAGE, "UTF-8"); |
| 515 textdomain(PACKAGE); |
515 textdomain(PACKAGE); |