From: <rl...@us...> - 2006-10-20 23:08:43
|
Revision: 17555 http://svn.sourceforge.net/gaim/?rev=17555&view=rev Author: rlaager Date: 2006-10-20 16:08:07 -0700 (Fri, 20 Oct 2006) Log Message: ----------- Patch from Bj?\195?\182rn Voigt to standardize the Server and Port strings in the QQ prpl. Modified Paths: -------------- trunk/libgaim/protocols/qq/qq.c Modified: trunk/libgaim/protocols/qq/qq.c =================================================================== --- trunk/libgaim/protocols/qq/qq.c 2006-10-20 17:05:30 UTC (rev 17554) +++ trunk/libgaim/protocols/qq/qq.c 2006-10-20 23:08:07 UTC (rev 17555) @@ -1028,10 +1028,10 @@ option = gaim_account_option_bool_new(_("Login Hidden"), "hidden", FALSE); prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); - option = gaim_account_option_string_new(_("QQ Server"), "server", NULL); + option = gaim_account_option_string_new(_("Server"), "server", NULL); prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); - option = gaim_account_option_string_new(_("QQ Port"), "port", NULL); + option = gaim_account_option_string_new(_("Port"), "port", NULL); prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); my_protocol = plugin; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |