diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 22b1da67a4..370d9245b5 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2000-12-13 Ettore Perazzoli <ettore@helixcode.com> + + * evolution-mail.xml: Make the forward button in the toolbar + forward as an attachment. + 2000-12-13 Radek Doulik <rodo@helixcode.com> * evolution-message-composer.xml: redone shortcuts diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index c3f9f010b3..1b9b7e044f 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -207,7 +207,7 @@ _label="Reply to All" _tip="Reply to all recipients of this message" pixtype="pixbuf"/> - <toolitem name="Forward" verb="MessageForwardInlined" + <toolitem name="Forward" verb="MessageForwardAttached" _label="Forward" _tip="Forward this message" pixtype="pixbuf"/> |