Mercurial > pidgin.yaz
changeset 16984:071fce59e5e9
Drop the (XMPP) from Google Talk. It's not going to help much.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 09 May 2007 21:16:31 +0000 |
parents | dfcc9b337595 |
children | e7d59fa4faaf |
files | pidgin/gtkutils.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkutils.c Wed May 09 21:12:35 2007 +0000 +++ b/pidgin/gtkutils.c Wed May 09 21:16:31 2007 +0000 @@ -563,7 +563,7 @@ else image = gtk_image_new(); - gtalk_item = pidgin_protocol_option_menu_item(menu, sg, image, _("Google Talk (XMPP)"), "prpl-fake"); + gtalk_item = pidgin_protocol_option_menu_item(menu, sg, image, _("Google Talk"), "prpl-fake"); g_object_set_data(G_OBJECT(gtalk_item), "real_protocol", plugin->info->id); i++; }