aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-04 00:26:15 -0600
committerTed Gould <ted@gould.cx>2010-03-04 00:26:15 -0600
commit06fa866fc1177ada1b16ab4a15ffdf2a0e6d00d9 (patch)
treec6ba84c1a70c6474af26f46f6f14dee06e2a7e33
parent4665a089117f7fc0eb537aedcca0d7d10168b12d (diff)
downloadayatana-indicator-messages-06fa866fc1177ada1b16ab4a15ffdf2a0e6d00d9.tar.gz
ayatana-indicator-messages-06fa866fc1177ada1b16ab4a15ffdf2a0e6d00d9.tar.bz2
ayatana-indicator-messages-06fa866fc1177ada1b16ab4a15ffdf2a0e6d00d9.zip
Adding empathy and gwibber to the mix.
-rw-r--r--src/default-applications.c2
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}
};