diff options
-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"/> |