diff src/protocols/qq/qq.c @ 14040:80891029f5dd

[gaim-migrate @ 16644] I didn't mean to commit this change. I highly suspect these lines should be removed... but I haven't looked into it. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 05 Aug 2006 09:19:14 +0000
parents 8bda65b88e49
children 8294485b79db
line wrap: on
line diff
--- a/src/protocols/qq/qq.c	Sat Aug 05 09:17:09 2006 +0000
+++ b/src/protocols/qq/qq.c	Sat Aug 05 09:19:14 2006 +0000
@@ -946,8 +946,8 @@
 {
 	GaimAccountOption *option;
 
-	//bindtextdomain(PACKAGE, LOCALEDIR);
-	//bind_textdomain_codeset(PACKAGE, "UTF-8");
+	bindtextdomain(PACKAGE, LOCALEDIR);
+	bind_textdomain_codeset(PACKAGE, "UTF-8");
 
 	option = gaim_account_option_bool_new(_("Login in TCP"), "use_tcp", FALSE);
 	prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);