From 19246c4f13bc9359e7e52514fa3ffbf65c4b6402 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Mon, 20 Aug 2001 08:24:31 +0000 Subject: use 'Save As' icon rather than 'Save' as it seems more appropriate. Also 2001-08-20 Damon Chaplin * gui/component/addressbook.c: use 'Save As' icon rather than 'Save' as it seems more appropriate. Also added delete icon for menu. svn path=/trunk/; revision=12268 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/component/addressbook.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index b0552b7f2c..d9c0bfefcc 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2001-08-20 Damon Chaplin + + * gui/component/addressbook.c: use 'Save As' icon rather than 'Save' + as it seems more appropriate. Also added delete icon for menu. + 2001-08-19 Ettore Perazzoli * gui/component/addressbook-component.c: Update the folder list to diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 477b68f0f4..775b1a32d3 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -269,13 +269,14 @@ static BonoboUIVerb verbs [] = { static EPixmap pixmaps [] = { E_PIXMAP ("/menu/File/New/NewFirstItem/ContactNew", "evolution-contacts-mini.png"), - E_PIXMAP ("/menu/File/FileOps/ContactsSaveAsVCard", "save-16.png"), + E_PIXMAP ("/menu/File/FileOps/ContactsSaveAsVCard", "save-as-16.png"), E_PIXMAP ("/menu/File/Print/ContactsPrint", "print.xpm"), E_PIXMAP ("/menu/File/Print/ContactsPrintPreview", "print-preview.xpm"), E_PIXMAP ("/menu/Edit/ContactsCut", "16_cut.png"), E_PIXMAP ("/menu/Edit/ContactsCopy", "16_copy.png"), E_PIXMAP ("/menu/Edit/ContactsPaste", "16_paste.png"), + E_PIXMAP ("/menu/Edit/ContactDelete", "evolution-trash-mini.png"), E_PIXMAP ("/menu/ComponentToolsPlaceholder/Tools/ToolSearch", "search-16.png"), E_PIXMAP ("/menu/ComponentToolsPlaceholder/Tools/AddressbookConfig", "configure_16_addressbook.xpm"), -- cgit v1.2.3