From a5c78181e1f93f7634f6fd5d93ad1c388f0c538e Mon Sep 17 00:00:00 2001 From: Danielle Madeley Date: Fri, 11 Mar 2011 10:00:28 +1100 Subject: Add displayname for Skype so it appears as Skype(TM) --- libempathy/empathy-utils.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy/empathy-utils.c') 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 } }; -- cgit v1.2.3