comparison src/aim.c @ 3531:84d2cd1d0ec9

[gaim-migrate @ 3605] Thanks Jeong-Hee Kang. NLS translations will get converted to UTF-8 (for recent versions of glibc) so that GTK2 will be able to display them properly. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 17 Sep 2002 16:01:55 +0000
parents aa5bb19435ce
children 6c32036050cf
comparison
equal deleted inserted replaced
3530:f38516e5d1ab 3531:84d2cd1d0ec9
577 opt_debug = 1; 577 opt_debug = 1;
578 #endif 578 #endif
579 579
580 #ifdef ENABLE_NLS 580 #ifdef ENABLE_NLS
581 bindtextdomain(PACKAGE, LOCALEDIR); 581 bindtextdomain(PACKAGE, LOCALEDIR);
582 bind_textdomain_codeset(PACKAGE, "UTF-8");
582 textdomain(PACKAGE); 583 textdomain(PACKAGE);
583 #endif 584 #endif
584 585
585 #if HAVE_SIGNAL_H 586 #if HAVE_SIGNAL_H
586 /* Let's not violate any PLA's!!!! */ 587 /* Let's not violate any PLA's!!!! */