diff options
author | Damon Chaplin <damon@ximian.com> | 2001-08-20 18:07:01 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-08-20 18:07:01 +0800 |
commit | 16903eed4e3726b7ac7aebcd3a8226ef7fd62cb1 (patch) | |
tree | 4c6d14c735301bf0c8831b7c4437978a631017ba /mail/folder-browser-ui.c | |
parent | 90a1b9c01df612030ef0d5866a197033bcfe9698 (diff) | |
download | gsoc2013-evolution-16903eed4e3726b7ac7aebcd3a8226ef7fd62cb1.tar.gz gsoc2013-evolution-16903eed4e3726b7ac7aebcd3a8226ef7fd62cb1.tar.zst gsoc2013-evolution-16903eed4e3726b7ac7aebcd3a8226ef7fd62cb1.zip |
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
Diffstat (limited to 'mail/folder-browser-ui.c')
-rw-r--r-- | mail/folder-browser-ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/folder-browser-ui.c b/mail/folder-browser-ui.c index adbf05428d..5256952321 100644 --- a/mail/folder-browser-ui.c +++ b/mail/folder-browser-ui.c @@ -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"), |