diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-04-14 06:04:21 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-04-14 06:04:21 +0800 |
commit | 0a53b0ce0a5b41b64095a73037c86101279414ca (patch) | |
tree | a64283d9bfe495bf2abb77eaa584b3317cbf5bd7 /mail/em-folder-browser.c | |
parent | 61bae7a9ebc136532781a7c05aff343e2795882f (diff) | |
download | gsoc2013-evolution-0a53b0ce0a5b41b64095a73037c86101279414ca.tar.gz gsoc2013-evolution-0a53b0ce0a5b41b64095a73037c86101279414ca.tar.zst gsoc2013-evolution-0a53b0ce0a5b41b64095a73037c86101279414ca.zip |
Add an icon for Folder->New.
2008-04-13 Matthew Barnes <mbarnes@redhat.com>
* 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
Diffstat (limited to 'mail/em-folder-browser.c')
-rw-r--r-- | mail/em-folder-browser.c | 1 |
1 files changed, 1 insertions, 0 deletions
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), |