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 | |
parent | ac4f13b93e22cc59dbe36ff3a4825bb5077523c4 (diff) | |
download | gsoc2013-evolution-02e7ec88e1bc700c4abcff9af643dafceb1711d0.tar gsoc2013-evolution-02e7ec88e1bc700c4abcff9af643dafceb1711d0.tar.gz gsoc2013-evolution-02e7ec88e1bc700c4abcff9af643dafceb1711d0.tar.bz2 gsoc2013-evolution-02e7ec88e1bc700c4abcff9af643dafceb1711d0.tar.lz gsoc2013-evolution-02e7ec88e1bc700c4abcff9af643dafceb1711d0.tar.xz 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')
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-comp-editor.xml | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 059bd81145..04d4c83a4c 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,9 @@ +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. + 2001-08-19 Damon Chaplin <damon@ximian.com> * evolution-addressbook.xml: use new Cut/Copy/Paste/Save/Search icons. 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"/> |