diff options
author | Gabriele Giacone <1o5g4r8o@gmail.com> | 2012-11-25 03:01:00 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-11-26 18:56:41 +0800 |
commit | 45eadc1eaadfa86b9771f3c26dfaee0d7a05e56c (patch) | |
tree | e6f32d0711835fcaefba57a664f13fb8ffb630af /libempathy/empathy-utils.c | |
parent | 7a259033f3ebac7fd489f73c3cfa2e5037d1e385 (diff) | |
download | gsoc2013-empathy-45eadc1eaadfa86b9771f3c26dfaee0d7a05e56c.tar.gz gsoc2013-empathy-45eadc1eaadfa86b9771f3c26dfaee0d7a05e56c.tar.zst gsoc2013-empathy-45eadc1eaadfa86b9771f3c26dfaee0d7a05e56c.zip |
add some protocolname-displayname
https://bugzilla.gnome.org/show_bug.cgi?id=688988
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r-- | libempathy/empathy-utils.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index e33bf3af4..a7ae0bdd7 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -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 } }; |