# HG changeset patch # User Mark Doliner # Date 1154769554 0 # Node ID 80891029f5dd99ed60be061897bde2c06d2cf913 # Parent 5e6d4c36630a06761ea91158087c3b996d24cd64 [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 diff -r 5e6d4c36630a -r 80891029f5dd src/protocols/qq/qq.c --- 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);