diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-21 20:13:37 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-07 21:06:06 +0800 |
commit | 0b94b1427a34bc16d98c4c0622c637df8856adc4 (patch) | |
tree | 5b552d442d13f05f80ccb9ddf6780f80b296beb9 /libempathy/empathy-utils.c | |
parent | 6c5839c976407292715daf22cdddf6aca469fa75 (diff) | |
download | gsoc2013-empathy-0b94b1427a34bc16d98c4c0622c637df8856adc4.tar gsoc2013-empathy-0b94b1427a34bc16d98c4c0622c637df8856adc4.tar.gz gsoc2013-empathy-0b94b1427a34bc16d98c4c0622c637df8856adc4.tar.bz2 gsoc2013-empathy-0b94b1427a34bc16d98c4c0622c637df8856adc4.tar.lz gsoc2013-empathy-0b94b1427a34bc16d98c4c0622c637df8856adc4.tar.xz gsoc2013-empathy-0b94b1427a34bc16d98c4c0622c637df8856adc4.tar.zst gsoc2013-empathy-0b94b1427a34bc16d98c4c0622c637df8856adc4.zip |
add Ovi chat profile (#630146)
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r-- | libempathy/empathy-utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 6bbd53f86..6f2fc4113 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -576,6 +576,7 @@ empathy_service_name_to_display_name (const gchar *service_name) } names[] = { { "google-talk", N_("Google Talk"), FALSE }, { "facebook", N_("Facebook Chat"), TRUE }, + { "ovi-chat", "Ovi", FALSE }, { NULL, NULL } }; |