From 993a74a8c03b250f8d9dbffc5635882f0cedcaf0 Mon Sep 17 00:00:00 2001 From: Jacob Leach Date: Wed, 1 Aug 2001 09:11:56 +0000 Subject: More updates to icons, this time the Save, Save As, and Search icons for a few places. svn path=/trunk/; revision=11544 --- composer/e-msg-composer.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'composer/e-msg-composer.c') diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index fdf9cefe4d..95bfc1541a 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -1685,8 +1685,10 @@ static EPixmap pixcache [] = { 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 ("/commands/FileSend", "send-16.png"), + E_PIXMAP ("/commands/FileSendLater", "send-later-16.png"), + E_PIXMAP ("/commands/FileSave", "save-16.png"), + E_PIXMAP ("/commands/FileSaveAs", "save-as-16.png"), E_PIXMAP_END }; -- cgit