changeset 18740:c2466041c77b

Improve a string and get rid of an account option that isn't used. This breaks the string freeze, so it should not be included in the re-tagged version of 2.1.0
author Mark Doliner <mark@kingant.net>
date Sun, 29 Jul 2007 21:45:24 +0000
parents f29794be0163
children 8d3e6226e186 177552010f1d
files libpurple/protocols/qq/qq.c
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/qq/qq.c	Sun Jul 29 21:32:36 2007 +0000
+++ b/libpurple/protocols/qq/qq.c	Sun Jul 29 21:45:24 2007 +0000
@@ -747,10 +747,7 @@
 {
 	PurpleAccountOption *option;
 
-	option = purple_account_option_bool_new(_("Login in TCP"), "use_tcp", FALSE);
-	prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);
-
-	option = purple_account_option_bool_new(_("Login Hidden"), "hidden", FALSE);
+	option = purple_account_option_bool_new(_("Connect using TCP"), "use_tcp", FALSE);
 	prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);
 
 	option = purple_account_option_string_new(_("Server"), "server", NULL);