diff options
author | Damon Chaplin <damon@ximian.com> | 2001-08-20 12:31:34 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-08-20 12:31:34 +0800 |
commit | 02e7ec88e1bc700c4abcff9af643dafceb1711d0 (patch) | |
tree | 2577a02edce6a09ba4d53082ac6db1357decbbb2 /ui/evolution-comp-editor.xml | |
parent | ac4f13b93e22cc59dbe36ff3a4825bb5077523c4 (diff) | |
download | gsoc2013-evolution-02e7ec88e1bc700c4abcff9af643dafceb1711d0.tar.gz gsoc2013-evolution-02e7ec88e1bc700c4abcff9af643dafceb1711d0.tar.zst gsoc2013-evolution-02e7ec88e1bc700c4abcff9af643dafceb1711d0.zip |
don't use old stock icon for the menu, to be consistent with other
2001-08-20 Damon Chaplin <damon@ximian.com>
* evolution-comp-editor.xml: don't use old stock icon for the menu,
to be consistent with other components. Use new delete icon for
toolbar.
svn path=/trunk/; revision=12243
Diffstat (limited to 'ui/evolution-comp-editor.xml')
-rw-r--r-- | ui/evolution-comp-editor.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ui/evolution-comp-editor.xml b/ui/evolution-comp-editor.xml index f8562a7f98..b9922b17cc 100644 --- a/ui/evolution-comp-editor.xml +++ b/ui/evolution-comp-editor.xml @@ -24,8 +24,7 @@ accel="*Control*Alt*s"/> <cmd name="FileDelete" _label="Delete" - _tip="Delete this item" - pixtype="stock" pixname="Trash"/> + _tip="Delete this item"/> <cmd name="FileClose" _label="C_lose" _tip="Close this item" @@ -82,7 +81,7 @@ <separator/> - <toolitem name="FileDelete" verb="" _label="Delete" priority="1"/> + <toolitem name="FileDelete" verb="" _label="Delete" priority="1" pixtype="pixbuf"/> <toolitem name="FileClose" verb="" _label="Close" priority="1"/> |