diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-19 04:40:40 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-19 04:40:40 +0800 |
commit | 813550ae3b8f4c2f475c0137b19b3a5e580fa250 (patch) | |
tree | cd018a21857e610c72031a5fe29e5d914e8010e7 /ui/evolution-contact-editor.xml | |
parent | e93c9c3075db3d34d0d0d8bf931161b5f9559a00 (diff) | |
download | gsoc2013-evolution-813550ae3b8f4c2f475c0137b19b3a5e580fa250.tar gsoc2013-evolution-813550ae3b8f4c2f475c0137b19b3a5e580fa250.tar.gz gsoc2013-evolution-813550ae3b8f4c2f475c0137b19b3a5e580fa250.tar.bz2 gsoc2013-evolution-813550ae3b8f4c2f475c0137b19b3a5e580fa250.tar.lz gsoc2013-evolution-813550ae3b8f4c2f475c0137b19b3a5e580fa250.tar.xz gsoc2013-evolution-813550ae3b8f4c2f475c0137b19b3a5e580fa250.tar.zst gsoc2013-evolution-813550ae3b8f4c2f475c0137b19b3a5e580fa250.zip |
Set the pixtype for "ContactEditorDelete" to "pixbuf". Likewise. Likewise.
* evolution-addressbook.xml: Set the pixtype for
"ContactEditorDelete" to "pixbuf".
* evolution-contact-editor.xml: Likewise.
* evolution-contact-list-editor.xml: Likewise.
* gui/component/addressbook.c: Hook up `delete-message.png' as the
icon for "ContactDelete".
* gui/contact-editor/e-contact-editor.c: Likewise.
svn path=/trunk/; revision=12206
Diffstat (limited to 'ui/evolution-contact-editor.xml')
-rw-r--r-- | ui/evolution-contact-editor.xml | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/ui/evolution-contact-editor.xml b/ui/evolution-contact-editor.xml index cc1aa4be14..01d71062ea 100644 --- a/ui/evolution-contact-editor.xml +++ b/ui/evolution-contact-editor.xml @@ -8,8 +8,7 @@ <cmd name="ContactEditorSendTo"/> <cmd name="ContactEditorDelete" - _tip="Delete this item" - pixtype="stock" pixname="Trash" accel="*Control*d"/> + _tip="Delete this item" accel="*Control*d"/> <cmd name="ContactEditorPrint" _tip="Print this item" @@ -83,24 +82,11 @@ <separator/> <toolitem name="ContactEditorDelete" verb="" - _label="Delete" priority="1"/> + _label="Delete" pixtype="pixbuf" priority="1"/> <toolitem name="ContactEditorClose" verb="" _label="Close" priority="1"/> -<!-- - <toolitem name="Help" _label="Help" - _tip="See online help" verb="ContactEditorHelp" - pixtype="stock" pixname="Help"/> - - GNOMEUIINFO_ITEM_STOCK (N_("FIXME: Previous"), - N_("Go to the previous item"), NULL, - GNOME_STOCK_PIXMAP_BACK), - GNOMEUIINFO_ITEM_STOCK (N_("FIXME: Next"), - N_("Go to the next item"), NULL, - GNOME_STOCK_PIXMAP_FORWARD), ---> - </dockitem> </Root> |