comparison src/main.c @ 5826:bd0d0e89cac3

[gaim-migrate @ 6256] You can once again set your buddy icon. Of course, you* haven't been using CVS, so you've always been able to set your buddy icon. * Gaim developers not applicable committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 10 Jun 2003 01:09:26 +0000
parents 7bdf66ab4fdd
children 6aa7651c7c15
comparison
equal deleted inserted replaced
5825:729e688fd2e7 5826:bd0d0e89cac3
654 }; 654 };
655 655
656 #ifdef DEBUG 656 #ifdef DEBUG
657 opt_debug = 1; 657 opt_debug = 1;
658 #endif 658 #endif
659 abort();
660 #ifdef ENABLE_NLS 659 #ifdef ENABLE_NLS
661 bindtextdomain(PACKAGE, LOCALEDIR); 660 bindtextdomain(PACKAGE, LOCALEDIR);
662 bind_textdomain_codeset(PACKAGE, "UTF-8"); 661 bind_textdomain_codeset(PACKAGE, "UTF-8");
663 textdomain(PACKAGE); 662 textdomain(PACKAGE);
664 #endif 663 #endif