diff options
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-mail.xml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index f8fe445f90..50979577f2 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2001-01-16 Not Zed <NotZed@Ximian.com> + + * evolution-mail.xml: Add a stop button to the toolbar. + 2001-01-15 Jason Leach <jasonleach@usa.net> (Bug #1143: Add elipses to more menu items that lead to dialogs) diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index 8d459e8179..ebbfd62c17 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -241,6 +241,10 @@ _label="Delete" _tip="Delete this message" pixtype="stock" pixname="Trash"/> + <toolitem name="Stop" verb="MailStop" + _label="Stop" + pixtype="stock" pixname="Stop"/> + </dockitem> </Root> |