diff options
author | Damon Chaplin <damon@ximian.com> | 2001-08-19 10:41:14 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-08-19 10:41:14 +0800 |
commit | 8c9ee34262ef869ba257b36935f35c26866936f6 (patch) | |
tree | af991fe0761600b31869ff6fa98b799c9c2113db /ui/evolution-comp-editor.xml | |
parent | cebe14e00b9c2023f2514603ad2300f44a72983f (diff) | |
download | gsoc2013-evolution-8c9ee34262ef869ba257b36935f35c26866936f6.tar.gz gsoc2013-evolution-8c9ee34262ef869ba257b36935f35c26866936f6.tar.zst gsoc2013-evolution-8c9ee34262ef869ba257b36935f35c26866936f6.zip |
used the new Cut/Copy/Paste icons. Removed the Save As/Print/Print Preview
2001-08-18 Damon Chaplin <damon@ximian.com>
* evolution-tasks.xml: used the new Cut/Copy/Paste icons.
Removed the Save As/Print/Print Preview commands as they do nothing.
* evolution-comp-editor.xml: used the new Save/Save As icons.
* evolution-calendar.xml: used the new Cut/Copy/Paste icons.
svn path=/trunk/; revision=12213
Diffstat (limited to 'ui/evolution-comp-editor.xml')
-rw-r--r-- | ui/evolution-comp-editor.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ui/evolution-comp-editor.xml b/ui/evolution-comp-editor.xml index 011f0418b5..f8562a7f98 100644 --- a/ui/evolution-comp-editor.xml +++ b/ui/evolution-comp-editor.xml @@ -13,15 +13,15 @@ <cmd name="FileSave" _label="Save" _tip="Save the item and close the dialog box" - pixtype="stock" pixname="Save" accel="*Control*s"/> + accel="*Control*s"/> <cmd name="FileSaveAndClose" _label="Save and Close" _tip="Save the item and close the dialog box" - pixtype="stock" pixname="Save" accel="*Control*s"/> + accel="*Control*s"/> <cmd name="FileSaveAs" _label="Save As..." _tip="Save this item to disk" - pixtype="stock" pixname="Save" accel="*Control*Alt*s"/> + accel="*Control*Alt*s"/> <cmd name="FileDelete" _label="Delete" _tip="Delete this item" @@ -37,11 +37,11 @@ <submenu name="File" _label="_File"> - <menuitem name="FileSave" verb=""/> + <menuitem name="FileSave" verb="" pixtype="pixbuf"/> - <menuitem name="FileSaveAndClose" verb=""/> + <menuitem name="FileSaveAndClose" verb="" pixtype="pixbuf"/> - <menuitem name="FileSaveAs" verb=""/> + <menuitem name="FileSaveAs" verb="" pixtype="pixbuf"/> <separator/> @@ -72,7 +72,7 @@ <dockitem name="Toolbar"relief="none" behavior="exclusive" _tip="Main toolbar" hlook="text" vlook="icon"> - <toolitem name="FileSaveAndClose" verb="" _label="Save and Close" priority="1"/> + <toolitem name="FileSaveAndClose" verb="" _label="Save and Close" priority="1" pixtype="pixbuf"/> <separator/> |