diff --git a/capplets/default-applications/ChangeLog b/capplets/default-applications/ChangeLog index 28f1ce660..2e132d725 100644 --- a/capplets/default-applications/ChangeLog +++ b/capplets/default-applications/ChangeLog @@ -1,3 +1,8 @@ +2004-04-06 Andrew Sobala + + * gnome-default-applications-properties-structs.c: + add evo 1.5 and 1.6 to the list + 2004-04-01 Jody Goldberg * Release 2.6.0.3 diff --git a/capplets/default-applications/gnome-default-applications-properties-structs.c b/capplets/default-applications/gnome-default-applications-properties-structs.c index 167a41729..01def3c5e 100644 --- a/capplets/default-applications/gnome-default-applications-properties-structs.c +++ b/capplets/default-applications/gnome-default-applications-properties-structs.c @@ -31,6 +31,8 @@ MailerDescription possible_mailers[] = { * there is only one (the first entry in this list) Evolution entry * in the list shown to the user */ + { N_("Evolution Mail Reader"), "evolution-1.6", "evolution-1.6 %s", FALSE, FALSE, }, + { N_("Evolution Mail Reader"), "evolution-1.5", "evolution-1.5 %s", FALSE, FALSE, }, { N_("Evolution Mail Reader"), "evolution-1.4", "evolution-1.4 %s", FALSE, FALSE, }, { N_("Evolution Mail Reader"), "evolution", "evolution %s", FALSE, FALSE, }, { N_("Balsa"), "balsa", "balsa --compose=%s", FALSE, FALSE },