diff options
author | Gediminas Paulauskas <menesis@src.gnome.org> | 2001-04-04 07:24:50 +0800 |
---|---|---|
committer | Gediminas Paulauskas <menesis@src.gnome.org> | 2001-04-04 07:24:50 +0800 |
commit | c7179850dc119bd6c1a250b5892eee28a92c3e58 (patch) | |
tree | dd67e64c677e088c7ad956f1d524ac17c0059f47 /art/Makefile.am | |
parent | f92d62bc5327ede72411225018f577caf690421e (diff) | |
download | gsoc2013-evolution-c7179850dc119bd6c1a250b5892eee28a92c3e58.tar.gz gsoc2013-evolution-c7179850dc119bd6c1a250b5892eee28a92c3e58.tar.zst gsoc2013-evolution-c7179850dc119bd6c1a250b5892eee28a92c3e58.zip |
Executive summary and Trash now have nice icons both in tree/folder title and
shortcut bar.
Converted and replaced icons for trash and summary:
exec-16-summary.xpm => evolution-today-mini.png
delete_mesage.xpm => evolution-trash-mini.png,
Copied evolution-trash.png icons from mc (needs tweaking to match other
evolution icons though)
svn path=/trunk/; revision=9154
Diffstat (limited to 'art/Makefile.am')
-rw-r--r-- | art/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/art/Makefile.am b/art/Makefile.am index 15b73f0166..eea7c69c75 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -7,7 +7,6 @@ images_DATA = \ copy_16_message.xpm \ edit.xpm \ encrypt.xpm \ - exec-16-summary.xpm \ folder.xpm \ forward.xpm \ import.xpm \ @@ -35,7 +34,10 @@ images_DATA = \ evolution-notes.png \ evolution-tasks-mini.png \ evolution-tasks.png \ + evolution-today-mini.png \ evolution-today.png \ + evolution-trash-mini.png \ + evolution-trash.png \ executive-summary-bg.png \ executive-summary-curve.png \ globe.png \ |