Mercurial > pidgin
comparison src/aim.c @ 357:e396f6c4a342
[gaim-migrate @ 367]
I'm smart
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 08 Jun 2000 01:17:25 +0000 |
parents | 29c94613ee63 |
children | cf895313fc50 |
comparison
equal
deleted
inserted
replaced
356:3a08866712a8 | 357:e396f6c4a342 |
---|---|
481 gnome_init("GAIM",NULL,argc,argv); | 481 gnome_init("GAIM",NULL,argc,argv); |
482 #else | 482 #else |
483 gtk_init(&argc, &argv); | 483 gtk_init(&argc, &argv); |
484 #endif /* USE_THEMES */ | 484 #endif /* USE_THEMES */ |
485 | 485 |
486 setlocale(LC_ALL, ""); | |
487 bindtextdomain(PACKAGE, LOCALEDIR); | |
488 textdomain(PACKAGE); | |
486 | 489 |
487 set_defaults(); | 490 set_defaults(); |
488 load_prefs(); | 491 load_prefs(); |
489 | 492 |
490 if (general_options & OPT_GEN_DEBUG) | 493 if (general_options & OPT_GEN_DEBUG) |