aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.c
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-03-11 07:00:28 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-03-19 02:49:55 +0800
commita5c78181e1f93f7634f6fd5d93ad1c388f0c538e (patch)
treefcac323a012ddb355064603f15a6b49faab7f724 /libempathy/empathy-utils.c
parent9a801d532e49ddf56b78ae860de4b8f987e0bca3 (diff)
downloadgsoc2013-empathy-a5c78181e1f93f7634f6fd5d93ad1c388f0c538e.tar
gsoc2013-empathy-a5c78181e1f93f7634f6fd5d93ad1c388f0c538e.tar.gz
gsoc2013-empathy-a5c78181e1f93f7634f6fd5d93ad1c388f0c538e.tar.bz2
gsoc2013-empathy-a5c78181e1f93f7634f6fd5d93ad1c388f0c538e.tar.lz
gsoc2013-empathy-a5c78181e1f93f7634f6fd5d93ad1c388f0c538e.tar.xz
gsoc2013-empathy-a5c78181e1f93f7634f6fd5d93ad1c388f0c538e.tar.zst
gsoc2013-empathy-a5c78181e1f93f7634f6fd5d93ad1c388f0c538e.zip
Add displayname for Skype so it appears as Skype(TM)
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r--libempathy/empathy-utils.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index bd150dac9..24d7b544b 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -57,6 +57,8 @@
#define DEBUG_FLAG EMPATHY_DEBUG_OTHER
#include "empathy-debug.h"
+#define TM "\342\204\242" /* trademark */
+
/* Translation between presence types and string */
static struct {
const gchar *name;
@@ -551,6 +553,7 @@ empathy_protocol_name_to_display_name (const gchar *proto_name)
{ "facebook", N_("Facebook Chat"), TRUE },
{ "groupwise", "GroupWise", FALSE },
{ "sip", "SIP", FALSE },
+ { "skype", "Skype" TM, FALSE },
{ NULL, NULL }
};