Added evolution and gnome-terminal to listed apps

This commit is contained in:
Sanel Zukan 2011-10-22 10:15:45 +00:00
parent 73d51110cc
commit dd008c9ac3
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ static KnownApp app_browsers[] = {
static KnownApp app_mails[] = {
{"Mozilla Thunderbird", "thunderbird"},
{"Evolution", "evolution"},
KNOWN_APP_END
};
@ -40,6 +41,7 @@ static KnownApp app_terminals[] = {
{"Rxvt", "rxvt"},
{"Mrxvt", "mrxvt"},
{"Xfce Terminal", "xfterm4"},
{"GNOME Terminal", "gnome-terminal"},
KNOWN_APP_END
};
#endif