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/evolution-mail.xml | |
parent | 67be94cbd50f1cb4baa3db10e3d8ee3914b11057 (diff) | |
download | gsoc2013-evolution-e4cdcf1fad5e8954967b34bdc82455b16b261f98.tar gsoc2013-evolution-e4cdcf1fad5e8954967b34bdc82455b16b261f98.tar.gz gsoc2013-evolution-e4cdcf1fad5e8954967b34bdc82455b16b261f98.tar.bz2 gsoc2013-evolution-e4cdcf1fad5e8954967b34bdc82455b16b261f98.tar.lz gsoc2013-evolution-e4cdcf1fad5e8954967b34bdc82455b16b261f98.tar.xz 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/evolution-mail.xml')
-rw-r--r-- | ui/evolution-mail.xml | 4 |
1 files changed, 4 insertions, 0 deletions
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> |