pidgin/libpidgin.c

changeset 39372
43e3da39daf6
parent 39365
af69ee5abbf2
child 39411
b1272e3a1c55
equal deleted inserted replaced
39369:16beed8a98fb 39372:43e3da39daf6
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 * 21 *
22 */ 22 */
23 23
24 #include <locale.h>
24 #include "internal.h" 25 #include "internal.h"
25 #include "pidgin.h" 26 #include "pidgin.h"
26 27
27 #include "account.h" 28 #include "account.h"
28 #include "conversation.h" 29 #include "conversation.h"
715 716
716 #ifdef DEBUG 717 #ifdef DEBUG
717 purple_debug_set_enabled(TRUE); 718 purple_debug_set_enabled(TRUE);
718 #endif 719 #endif
719 720
720 #ifdef ENABLE_NLS
721 bindtextdomain(PACKAGE, PURPLE_LOCALEDIR); 721 bindtextdomain(PACKAGE, PURPLE_LOCALEDIR);
722 bind_textdomain_codeset(PACKAGE, "UTF-8"); 722 bind_textdomain_codeset(PACKAGE, "UTF-8");
723 textdomain(PACKAGE); 723 textdomain(PACKAGE);
724 #endif
725 724
726 /* Locale initialization is not complete here. See gtk_init_check() */ 725 /* Locale initialization is not complete here. See gtk_init_check() */
727 setlocale(LC_ALL, ""); 726 setlocale(LC_ALL, "");
728 727
729 #ifndef _WIN32 728 #ifndef _WIN32

mercurial