From 86dfaaef767cb77f5265967aa2a1831e461df55e Mon Sep 17 00:00:00 2001 From: Jacob Leach Date: Tue, 31 Jul 2001 15:19:47 +0000 Subject: Use the new Send and Send Later icons for the toolbar and menus in the composer. (Beautiful work Tuomas and Jakub!) svn path=/trunk/; revision=11511 --- composer/e-msg-composer.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'composer/e-msg-composer.c') diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index 0586b3b12f..421ffff728 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -1682,7 +1682,12 @@ static BonoboUIVerb verbs [] = { static EPixmap pixcache [] = { E_PIXMAP ("/Toolbar/FileAttach", "buttons/add-attachment.png"), - + E_PIXMAP ("/Toolbar/FileSend", "buttons/send-24.png"), + +/* E_PIXMAP ("/menu/Insert/FileAttach", "buttons/add-attachment.png"), */ + E_PIXMAP ("/menu/File/FileSend", "send-16.png"), + E_PIXMAP ("/menu/File/FileSendLater", "send-later-16.png"), + E_PIXMAP_END }; -- cgit v1.2.3