diff options
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 } }; |