]> git.0d.be Git - empathy.git/commitdiff
Add display name for "gtalk"
authorCosimo Cecchi <cosimoc@gnome.org>
Fri, 28 Aug 2009 12:43:14 +0000 (14:43 +0200)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Mon, 31 Aug 2009 15:40:15 +0000 (16:40 +0100)
libempathy/empathy-utils.c

index 92d12cb63f0c18f7041d273f7d4bcd499f7b9626..243b4b040c1e34ba4b2cf6faf7699b7e255ba0c6 100644 (file)
@@ -375,6 +375,7 @@ empathy_protocol_name_to_display_name (const gchar *proto_name)
     gboolean translated;
   } names[] = {
     { "jabber", "Jabber", FALSE },
+    { "gtalk", "Google Talk", FALSE },
     { "msn", "MSN", FALSE, },
     { "local-xmpp", N_("People Nearby"), TRUE },
     { "irc", "IRC", FALSE },