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 | |
parent | dffd242dab4c9eb9bfb8f103e07ac06f00a69cdb (diff) | |
download | gsoc2013-evolution-58a0c81c295f8f43c760d1fdb277568fa56398dc.tar gsoc2013-evolution-58a0c81c295f8f43c760d1fdb277568fa56398dc.tar.gz gsoc2013-evolution-58a0c81c295f8f43c760d1fdb277568fa56398dc.tar.bz2 gsoc2013-evolution-58a0c81c295f8f43c760d1fdb277568fa56398dc.tar.lz gsoc2013-evolution-58a0c81c295f8f43c760d1fdb277568fa56398dc.tar.xz 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
-rw-r--r-- | addressbook/ChangeLog | 2 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index ea1b7c7d5f..ef8a52018f 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,7 +1,7 @@ 2001-08-20 Damon Chaplin <damon@ximian.com> * gui/contact-editor/e-contact-editor.c: use bigger Save icon for - toolbar. + toolbar. Used Delete icon in menu. * gui/component/addressbook.c: use 'Save As' icon rather than 'Save' as it seems more appropriate. Also added delete icon for menu. 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"), |