diff options
author | Damon Chaplin <damon@ximian.com> | 2001-08-20 17:58:27 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-08-20 17:58:27 +0800 |
commit | 90a1b9c01df612030ef0d5866a197033bcfe9698 (patch) | |
tree | 81b09f45f4e4c1e94e7397dce04b33de01c7cd07 /ui | |
parent | 58a0c81c295f8f43c760d1fdb277568fa56398dc (diff) | |
download | gsoc2013-evolution-90a1b9c01df612030ef0d5866a197033bcfe9698.tar.gz gsoc2013-evolution-90a1b9c01df612030ef0d5866a197033bcfe9698.tar.zst gsoc2013-evolution-90a1b9c01df612030ef0d5866a197033bcfe9698.zip |
set Delete pixtype to pixbuf.
2001-08-20 Damon Chaplin <damon@ximian.com>
* evolution-contact-editor.xml: set Delete pixtype to pixbuf.
svn path=/trunk/; revision=12282
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 1 | ||||
-rw-r--r-- | ui/evolution-contact-editor.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 51a4d4d27d..cb0b3fb3a3 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,6 +1,7 @@ 2001-08-20 Damon Chaplin <damon@ximian.com> * evolution-contact-editor.xml: use bigger Save icon for toolbar. + set Delete pixtype to pixbuf. * evolution-comp-editor.xml: used Delete icon for menu. diff --git a/ui/evolution-contact-editor.xml b/ui/evolution-contact-editor.xml index dedce798be..4ec5876629 100644 --- a/ui/evolution-contact-editor.xml +++ b/ui/evolution-contact-editor.xml @@ -7,7 +7,7 @@ <cmd name="ContactEditorSendTo"/> - <cmd name="ContactEditorDelete" + <cmd name="ContactEditorDelete" pixtype="pixbuf" _tip="Delete this item" accel="*Control*d"/> <cmd name="ContactEditorPrint" |