diff options
author | Ted Gould <ted@gould.cx> | 2010-03-04 00:26:15 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-04 00:26:15 -0600 |
commit | 06fa866fc1177ada1b16ab4a15ffdf2a0e6d00d9 (patch) | |
tree | c6ba84c1a70c6474af26f46f6f14dee06e2a7e33 /src | |
parent | 4665a089117f7fc0eb537aedcca0d7d10168b12d (diff) | |
download | ayatana-indicator-messages-06fa866fc1177ada1b16ab4a15ffdf2a0e6d00d9.tar.gz ayatana-indicator-messages-06fa866fc1177ada1b16ab4a15ffdf2a0e6d00d9.tar.bz2 ayatana-indicator-messages-06fa866fc1177ada1b16ab4a15ffdf2a0e6d00d9.zip |
Adding empathy and gwibber to the mix.
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} }; |