diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-26 06:27:56 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-26 06:27:56 +0800 |
commit | fce12a88e89677023d0b4a0c4dcadb738f3e91a8 (patch) | |
tree | 05b03dd2cf3c46243a63b09c810ed2dc28f115a0 /ui/evolution-mail.xml | |
parent | 5066180bc3abb54876b91bbfc2ac4dcb467cc586 (diff) | |
download | gsoc2013-evolution-fce12a88e89677023d0b4a0c4dcadb738f3e91a8.tar gsoc2013-evolution-fce12a88e89677023d0b4a0c4dcadb738f3e91a8.tar.gz gsoc2013-evolution-fce12a88e89677023d0b4a0c4dcadb738f3e91a8.tar.bz2 gsoc2013-evolution-fce12a88e89677023d0b4a0c4dcadb738f3e91a8.tar.lz gsoc2013-evolution-fce12a88e89677023d0b4a0c4dcadb738f3e91a8.tar.xz gsoc2013-evolution-fce12a88e89677023d0b4a0c4dcadb738f3e91a8.tar.zst gsoc2013-evolution-fce12a88e89677023d0b4a0c4dcadb738f3e91a8.zip |
Change the toolbars to only display some labels, on the right of the
icons.
svn path=/trunk/; revision=7826
Diffstat (limited to 'ui/evolution-mail.xml')
-rw-r--r-- | ui/evolution-mail.xml | 27 |
1 files changed, 5 insertions, 22 deletions
diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index e17314f863..ea71175a26 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -208,25 +208,25 @@ <dockitem name="Toolbar"> <toolitem name="MailGet" verb="" - _label="Get Mail" _tip="Send queued mail and retrieve new mail" + _label="Get Mail" priority="1" _tip="Send queued mail and retrieve new mail" pixtype="pixbuf"/> <toolitem name="MailCompose" verb="" - _label="Compose" _tip="Compose a new message" + _label="Compose" priority="1" _tip="Compose a new message" pixtype="pixbuf"/> <separator/> <toolitem name="Reply" verb="MessageReplySndr" - _label="Reply" _tip="Reply to the sender of this message" + _label="Reply" priority="1" _tip="Reply to the sender of this message" pixtype="pixbuf"/> <toolitem name="ReplyAll" verb="MessageReplyAll" - _label="Reply to All" _tip="Reply to all recipients of this message" + _label="Reply to All" priority="1" _tip="Reply to all recipients of this message" pixtype="pixbuf"/> <toolitem name="Forward" verb="MessageForwardAttached" - _label="Forward" _tip="Forward this message" + _label="Forward" priority="1" _tip="Forward this message" pixtype="pixbuf"/> <separator/> @@ -253,14 +253,6 @@ _label="Stop" pixtype="stock" pixname="Stop"/> - <toolitem name="Previous" verb="MailPrevious" - _label="Previous" - pixtype="stock" pixname="Back"/> - - <toolitem name="Next" verb="MailNext" - _label="Next" - pixtype="stock" pixname="Forward"/> - </dockitem> </Root> @@ -269,12 +261,3 @@ - - - - - - - - - |