[empathy] Add display name for "gtalk"



commit e4bddb2bcc2376056c9d24c634f8a30d31c047c1
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Aug 28 14:43:14 2009 +0200

    Add display name for "gtalk"

 libempathy/empathy-utils.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index 92d12cb..243b4b0 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -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 },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]