aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-08-28 20:43:14 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-08-31 23:40:15 +0800
commite4bddb2bcc2376056c9d24c634f8a30d31c047c1 (patch)
tree8fe86146a01c661097c6afdad4b9aca3234741fb /libempathy/empathy-utils.c
parent75d28a9ddb083210eddf98e40b420c366fc1d805 (diff)
downloadgsoc2013-empathy-e4bddb2bcc2376056c9d24c634f8a30d31c047c1.tar
gsoc2013-empathy-e4bddb2bcc2376056c9d24c634f8a30d31c047c1.tar.gz
gsoc2013-empathy-e4bddb2bcc2376056c9d24c634f8a30d31c047c1.tar.bz2
gsoc2013-empathy-e4bddb2bcc2376056c9d24c634f8a30d31c047c1.tar.lz
gsoc2013-empathy-e4bddb2bcc2376056c9d24c634f8a30d31c047c1.tar.xz
gsoc2013-empathy-e4bddb2bcc2376056c9d24c634f8a30d31c047c1.tar.zst
gsoc2013-empathy-e4bddb2bcc2376056c9d24c634f8a30d31c047c1.zip
Add display name for "gtalk"
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r--libempathy/empathy-utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index 92d12cb63..243b4b040 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 },