diff options
author | Damon Chaplin <damon@ximian.com> | 2001-08-20 17:57:18 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-08-20 17:57:18 +0800 |
commit | 58a0c81c295f8f43c760d1fdb277568fa56398dc (patch) | |
tree | 7d6c02835c296aeab39482ee2d9efc5e9757dc60 /addressbook/gui | |
parent | dffd242dab4c9eb9bfb8f103e07ac06f00a69cdb (diff) | |
download | gsoc2013-evolution-58a0c81c295f8f43c760d1fdb277568fa56398dc.tar.gz gsoc2013-evolution-58a0c81c295f8f43c760d1fdb277568fa56398dc.tar.zst gsoc2013-evolution-58a0c81c295f8f43c760d1fdb277568fa56398dc.zip |
Used Delete icon in menu.
2001-08-20 Damon Chaplin <damon@ximian.com>
* gui/contact-editor/e-contact-editor.c: Used Delete icon in menu.
svn path=/trunk/; revision=12281
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 9801a89160..68ef1f6a6d 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -1053,6 +1053,7 @@ BonoboUIVerb verbs [] = { EPixmap pixmaps[] = { E_PIXMAP ("/commands/ContactEditorSave", "save-16.png"), E_PIXMAP ("/commands/ContactEditorSaveAs", "save-as-16.png"), + E_PIXMAP ("/commands/ContactEditorDelete", "evolution-trash-mini.png"), E_PIXMAP ("/commands/ContactEditorPrint", "print.xpm"), E_PIXMAP ("/commands/ContactEditorPrintEnvelope", "print.xpm"), |