comparison src/main.c @ 5796:60e3822eedcc

[gaim-migrate @ 6221] Testing CVS. Nothing to see here. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 07 Jun 2003 08:48:25 +0000
parents 5e93fc46d1af
children 9467bff78029
comparison
equal deleted inserted replaced
5795:0efc365eed6d 5796:60e3822eedcc
654 }; 654 };
655 655
656 #ifdef DEBUG 656 #ifdef DEBUG
657 opt_debug = 1; 657 opt_debug = 1;
658 #endif 658 #endif
659 abort();
659 #ifdef ENABLE_NLS 660 #ifdef ENABLE_NLS
660 bindtextdomain(PACKAGE, LOCALEDIR); 661 bindtextdomain(PACKAGE, LOCALEDIR);
661 bind_textdomain_codeset(PACKAGE, "UTF-8"); 662 bind_textdomain_codeset(PACKAGE, "UTF-8");
662 textdomain(PACKAGE); 663 textdomain(PACKAGE);
663 #endif 664 #endif