use new small trash icon for Delete command.

2001-08-20  Damon Chaplin  <damon@ximian.com>

	* folder-browser-ui.c: use new small trash icon for Delete command.

svn path=/trunk/; revision=12283
This commit is contained in:
Damon Chaplin
2001-08-20 10:07:01 +00:00
committed by Damon Chaplin
parent 90a1b9c01d
commit 16903eed4e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-08-20 Damon Chaplin <damon@ximian.com>
* folder-browser-ui.c: use new small trash icon for Delete command.
2001-08-20 Ettore Perazzoli <ettore@ximian.com>
* mail-ops.c (sync_folder_desc): s/Synchronising/Synchronizing/.

View File

@ -115,7 +115,7 @@ static BonoboUIVerb global_verbs [] = {
static EPixmap message_pixcache [] = {
E_PIXMAP ("/commands/PrintMessage", "print.xpm"),
E_PIXMAP ("/commands/PrintPreviewMessage", "print-preview.xpm"),
E_PIXMAP ("/commands/MessageDelete", "delete_message.xpm"),
E_PIXMAP ("/commands/MessageDelete", "evolution-trash-mini.png"),
E_PIXMAP ("/commands/MessageUndelete", "undelete_message.xpm"),
E_PIXMAP ("/commands/MessageCopy", "copy_16_message.xpm"),
E_PIXMAP ("/commands/MessageMove", "move_message.xpm"),