diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/default-applications.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/default-applications.c b/src/default-applications.c index ad63412..5347b43 100644 --- a/src/default-applications.c +++ b/src/default-applications.c @@ -10,6 +10,8 @@ struct default_db_t { struct default_db_t default_db[] = { {"evolution.desktop", N_("Mail")}, + {"empathy.desktop", N_("Chat")}, + {"gwibber.desktop", N_("Microblogging")}, {NULL, NULL} }; |