comparison src/aim.c @ 410:9e8c02ed5d06

[gaim-migrate @ 420] eh committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 15 Jun 2000 00:50:59 +0000
parents d6f02d7f78d8
children 0d4e80bdb96b
comparison
equal deleted inserted replaced
409:726697fc2e5d 410:9e8c02ed5d06
512 extern void show_debug(GtkObject *); 512 extern void show_debug(GtkObject *);
513 513
514 int main(int argc, char *argv[]) 514 int main(int argc, char *argv[])
515 { 515 {
516 #ifdef ENABLE_NLS 516 #ifdef ENABLE_NLS
517 setlocale(LC_ALL, "");
518 bindtextdomain(PACKAGE, LOCALEDIR); 517 bindtextdomain(PACKAGE, LOCALEDIR);
519 textdomain(PACKAGE); 518 textdomain(PACKAGE);
520 #endif 519 #endif
521 520
522 #ifdef USE_APPLET 521 #ifdef USE_APPLET