Revision: 16644
Author: thekingant
Date: 2006-08-05 02:19:14 -0700 (Sat, 05 Aug 2006)
ViewCVS: http://svn.sourceforge.net/gaim/?rev=16644&view=rev
Log Message:
-----------
I didn't mean to commit this change. I highly suspect these lines should
be removed... but I haven't looked into it.
Modified Paths:
--------------
trunk/src/protocols/qq/qq.c
Modified: trunk/src/protocols/qq/qq.c
===================================================================
--- trunk/src/protocols/qq/qq.c 2006-08-05 09:17:09 UTC (rev 16643)
+++ trunk/src/protocols/qq/qq.c 2006-08-05 09:19:14 UTC (rev 16644)
@@ -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);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|