comparison src/main.c @ 5766:97a19b574342

[gaim-migrate @ 6191] Ignore this. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 05 Jun 2003 22:47:30 +0000
parents 7ec0cd751e6b
children a9029bed0479
comparison
equal deleted inserted replaced
5765:06e1fd7b56df 5766:97a19b574342
654 }; 654 };
655 655
656 #ifdef DEBUG 656 #ifdef DEBUG
657 opt_debug = 1; 657 opt_debug = 1;
658 #endif 658 #endif
659 659 abort();
660 #ifdef ENABLE_NLS 660 #ifdef ENABLE_NLS
661 bindtextdomain(PACKAGE, LOCALEDIR); 661 bindtextdomain(PACKAGE, LOCALEDIR);
662 bind_textdomain_codeset(PACKAGE, "UTF-8"); 662 bind_textdomain_codeset(PACKAGE, "UTF-8");
663 textdomain(PACKAGE); 663 textdomain(PACKAGE);
664 #endif 664 #endif