diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2001-01-03 02:15:04 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-01-03 02:15:04 +0800 |
commit | 59c0cc7f80c6e5ff909a296fd1dbdaa8af66cda6 (patch) | |
tree | 5cd87a23d08da96930a8ac0c9c195a7457352ce9 /ui/evolution-event-editor.xml | |
parent | b3e4ed6da61c048e670a0623f18645f5519c3cd0 (diff) | |
download | gsoc2013-evolution-59c0cc7f80c6e5ff909a296fd1dbdaa8af66cda6.tar.gz gsoc2013-evolution-59c0cc7f80c6e5ff909a296fd1dbdaa8af66cda6.tar.zst gsoc2013-evolution-59c0cc7f80c6e5ff909a296fd1dbdaa8af66cda6.zip |
Make the ordering of the toolbar items consistent.
2001-01-02 Federico Mena Quintero <federico@helixcode.com>
* evolution-event-editor.xml:
* evolution-task-editor-dialog.xml: Make the ordering of the
toolbar items consistent.
svn path=/trunk/; revision=7210
Diffstat (limited to 'ui/evolution-event-editor.xml')
-rw-r--r-- | ui/evolution-event-editor.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ui/evolution-event-editor.xml b/ui/evolution-event-editor.xml index f609b67311..cae8fb7eb7 100644 --- a/ui/evolution-event-editor.xml +++ b/ui/evolution-event-editor.xml @@ -321,17 +321,19 @@ <toolitem name="FileSaveAndClose" verb=""/> - <toolitem name="FileDelete" verb=""/> + <separator/> - <toolitem name="FileClose" verb=""/> + <toolitem name="FilePrint" verb=""/> + + <toolitem _label="FIXME: Insert File" pixtype="stock" pixname="Attach"/> <separator/> - <toolitem name="FilePrint" verb=""/> + <toolitem name="FileDelete" verb=""/> <separator/> - <toolitem _label="FIXME: Insert File" pixtype="stock" pixname="Attach"/> + <toolitem name="FileClose" verb=""/> <separator/> |