From ad89ead4da482e92f0d15e973df76b35e5aded99 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Sat, 8 Jan 2005 14:47:57 +0000 Subject: [PATCH] add evolution-2.0 and evolution-2.2 to the mailers list (Closes: #163334). 2005-01-08 Sebastien Bacher * gnome-default-applications-properties-structs.c: add evolution-2.0 and evolution-2.2 to the mailers list (Closes: #163334). --- capplets/default-applications/ChangeLog | 5 +++++ .../gnome-default-applications-properties-structs.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/capplets/default-applications/ChangeLog b/capplets/default-applications/ChangeLog index a3560fedf..895dd8b76 100644 --- a/capplets/default-applications/ChangeLog +++ b/capplets/default-applications/ChangeLog @@ -1,3 +1,8 @@ +2005-01-08 Sebastien Bacher + + * gnome-default-applications-properties-structs.c: add evolution-2.0 + and evolution-2.2 to the mailers list (Closes: #163334). + 2005-01-02 Sebastien Bacher * gnome-default-applications-properties.glade: diff --git a/capplets/default-applications/gnome-default-applications-properties-structs.c b/capplets/default-applications/gnome-default-applications-properties-structs.c index dde448325..dfff33b41 100644 --- a/capplets/default-applications/gnome-default-applications-properties-structs.c +++ b/capplets/default-applications/gnome-default-applications-properties-structs.c @@ -33,6 +33,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-2.2", "evolution-2.2 %s", FALSE, FALSE, }, + { N_("Evolution Mail Reader"), "evolution-2.0", "evolution-2.0 %s", FALSE, FALSE, }, { 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, },