From 0a53b0ce0a5b41b64095a73037c86101279414ca Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 13 Apr 2008 22:04:21 +0000 Subject: Add an icon for Folder->New. 2008-04-13 Matthew Barnes * mail/em-folder-browser.c: Add an icon for Folder->New. * ui/evolution-addressbook.xml: Add an icon for Edit->Select All. * ui/evolution-mail-list.xml: Add icons for Folder->Delete and Folder->Refresh. svn path=/trunk/; revision=35363 --- mail/em-folder-browser.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/em-folder-browser.c') diff --git a/mail/em-folder-browser.c b/mail/em-folder-browser.c index bbe4d29250..d8f5aa74ea 100644 --- a/mail/em-folder-browser.c +++ b/mail/em-folder-browser.c @@ -1703,6 +1703,7 @@ static BonoboUIVerb emfb_verbs[] = { }; static EPixmap emfb_pixmaps[] = { + E_PIXMAP ("/commands/FolderCreate", "folder-new", E_ICON_SIZE_MENU), E_PIXMAP ("/commands/ChangeFolderProperties", "document-properties", E_ICON_SIZE_MENU), E_PIXMAP ("/commands/FolderCopy", "folder-copy", E_ICON_SIZE_MENU), E_PIXMAP ("/commands/FolderMove", "folder-move", E_ICON_SIZE_MENU), -- cgit