diff options
author | Not Zed <NotZed@Ximian.com> | 2001-01-16 12:46:37 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-01-16 12:46:37 +0800 |
commit | e4cdcf1fad5e8954967b34bdc82455b16b261f98 (patch) | |
tree | 2deb7e5419795b88d7483282ba6e8af701f32e00 /ui | |
parent | 67be94cbd50f1cb4baa3db10e3d8ee3914b11057 (diff) | |
download | gsoc2013-evolution-e4cdcf1fad5e8954967b34bdc82455b16b261f98.tar.gz gsoc2013-evolution-e4cdcf1fad5e8954967b34bdc82455b16b261f98.tar.zst gsoc2013-evolution-e4cdcf1fad5e8954967b34bdc82455b16b261f98.zip |
Add a stop button to the toolbar.
2001-01-16 Not Zed <NotZed@Ximian.com>
* evolution-mail.xml: Add a stop button to the toolbar.
svn path=/trunk/; revision=7528
Diffstat (limited to 'ui')
-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> |