diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-16 21:14:43 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-16 21:14:43 +0800 |
commit | 68ef3f9f9873e2629f0953f0b5380fdce9a5dd05 (patch) | |
tree | 758b9eb3adb32cd548e5436397e238f259e8d5d4 /art/Makefile.am | |
parent | 6b41e702201a040f3b2f9b8ef02ffdb4a846e981 (diff) | |
download | gsoc2013-evolution-68ef3f9f9873e2629f0953f0b5380fdce9a5dd05.tar gsoc2013-evolution-68ef3f9f9873e2629f0953f0b5380fdce9a5dd05.tar.gz gsoc2013-evolution-68ef3f9f9873e2629f0953f0b5380fdce9a5dd05.tar.bz2 gsoc2013-evolution-68ef3f9f9873e2629f0953f0b5380fdce9a5dd05.tar.lz gsoc2013-evolution-68ef3f9f9873e2629f0953f0b5380fdce9a5dd05.tar.xz gsoc2013-evolution-68ef3f9f9873e2629f0953f0b5380fdce9a5dd05.tar.zst gsoc2013-evolution-68ef3f9f9873e2629f0953f0b5380fdce9a5dd05.zip |
Use TigerT's new mini icons in the shell's folder tree view.
svn path=/trunk/; revision=3091
Diffstat (limited to 'art/Makefile.am')
-rw-r--r-- | art/Makefile.am | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/art/Makefile.am b/art/Makefile.am index 931f54054a..25eaf379e8 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -1,17 +1,22 @@ imagesdir = $(datadir)/images/evolution images_DATA = \ - evolution-calendar.png \ - evolution-contacts.png \ - evolution-inbox.png \ - evolution-notes.png \ - evolution-tasks.png \ - evolution-today.png \ - briefcase.png \ - cellphone.png \ - globe.png \ - house.png \ - envelope.png \ + evolution-calendar.png \ + evolution-contacts.png \ + evolution-inbox.png \ + evolution-notes.png \ + evolution-tasks.png \ + evolution-calendar-mini.png \ + evolution-contacts-mini.png \ + evolution-inbox-mini.png \ + evolution-notes-mini.png \ + evolution-tasks-mini.png \ + evolution-today.png \ + briefcase.png \ + cellphone.png \ + globe.png \ + house.png \ + envelope.png \ malehead.png EXTRA_DIST = \ |