aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.c
diff options
context:
space:
mode:
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 }
};