]> git.0d.be Git - empathy.git/commitdiff
add some protocolname-displayname
authorGabriele Giacone <1o5g4r8o@gmail.com>
Sat, 24 Nov 2012 19:01:00 +0000 (19:01 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 26 Nov 2012 10:56:41 +0000 (11:56 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=688988

libempathy/empathy-utils.c

index e33bf3af4e744715f10532f09e6f50009f8c4a03..a7ae0bdd7e0d42d09ba998fd544fc187815b0c68 100644 (file)
@@ -502,6 +502,13 @@ empathy_protocol_name_to_display_name (const gchar *proto_name)
     { "yahoojp", N_("Yahoo! Japan"), TRUE },
     { "groupwise", "GroupWise", FALSE },
     { "sip", "SIP", FALSE },
+    { "gadugadu", "Gadu-Gadu", FALSE },
+    { "mxit", "Mxit", FALSE },
+    { "myspace", "Myspace", FALSE },
+    { "sametime", "Sametime", FALSE },
+    { "skype-dbus", "Skype (D-BUS)", FALSE },
+    { "skype-x11", "Skype (X11)", FALSE },
+    { "zephyr", "Zephyr", FALSE },
     { NULL, NULL }
   };