diff options
author | Michael Meeks <michael@helixcode.com> | 2000-10-09 20:29:50 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-10-09 20:29:50 +0800 |
commit | f3159dd29e59cbaec931e2985384cda805471925 (patch) | |
tree | cf0b5974a7fe007abdaa1f313bec9f4672a889ad /ui/evolution-mail.xml | |
parent | 3012f7b1f28abda4cb15c50d061af165889bc08b (diff) | |
download | gsoc2013-evolution-f3159dd29e59cbaec931e2985384cda805471925.tar gsoc2013-evolution-f3159dd29e59cbaec931e2985384cda805471925.tar.gz gsoc2013-evolution-f3159dd29e59cbaec931e2985384cda805471925.tar.bz2 gsoc2013-evolution-f3159dd29e59cbaec931e2985384cda805471925.tar.lz gsoc2013-evolution-f3159dd29e59cbaec931e2985384cda805471925.tar.xz gsoc2013-evolution-f3159dd29e59cbaec931e2985384cda805471925.tar.zst gsoc2013-evolution-f3159dd29e59cbaec931e2985384cda805471925.zip |
fix the mess with separators.
2000-10-09 Michael Meeks <michael@helixcode.com>
* fix the mess with separators.
svn path=/trunk/; revision=5796
Diffstat (limited to 'ui/evolution-mail.xml')
-rw-r--r-- | ui/evolution-mail.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index c0962e977c..029edd01d6 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -159,7 +159,7 @@ _label="Compose" _tip="Compose a new message" pixtype="pixbuf"/> - <toolitem type="separator"/> + <separator/> <toolitem name="Reply" verb="MessageReplySndr" _label="Reply" _tip="Reply to the sender of this message" @@ -173,7 +173,7 @@ _label="Forward" _tip="Forward this message" pixtype="pixbuf"/> - <toolitem type="separator"/> + <separator/> <toolitem name="Move" verb="MessageMove" _label="Move" _tip="Move message to a new folder" @@ -183,7 +183,7 @@ _label="Copy" _tip="Copy message to a new folder" pixtype="pixbuf"/> - <toolitem type="separator"/> + <separator/> <toolitem name="Print" verb="MessagePrint" _label="Print" _tip="Print the selected message" |