diff options
author | Jacob Leach <jleach@src.gnome.org> | 2001-08-01 17:11:56 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-08-01 17:11:56 +0800 |
commit | 993a74a8c03b250f8d9dbffc5635882f0cedcaf0 (patch) | |
tree | 3747d68c7d5a22263d2ccac936f7b040ac6d17b6 /art/Makefile.am | |
parent | ca7c6e2fc0a252a41df1dcd658f632bda4b934c0 (diff) | |
download | gsoc2013-evolution-993a74a8c03b250f8d9dbffc5635882f0cedcaf0.tar gsoc2013-evolution-993a74a8c03b250f8d9dbffc5635882f0cedcaf0.tar.gz gsoc2013-evolution-993a74a8c03b250f8d9dbffc5635882f0cedcaf0.tar.bz2 gsoc2013-evolution-993a74a8c03b250f8d9dbffc5635882f0cedcaf0.tar.lz gsoc2013-evolution-993a74a8c03b250f8d9dbffc5635882f0cedcaf0.tar.xz gsoc2013-evolution-993a74a8c03b250f8d9dbffc5635882f0cedcaf0.tar.zst gsoc2013-evolution-993a74a8c03b250f8d9dbffc5635882f0cedcaf0.zip |
More updates to icons, this time the Save, Save As, and Search icons for
a few places.
svn path=/trunk/; revision=11544
Diffstat (limited to 'art/Makefile.am')
-rw-r--r-- | art/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/art/Makefile.am b/art/Makefile.am index 7ef6458a98..df8922cc4b 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -79,6 +79,10 @@ images_DATA = \ new_appointment.xpm \ new_contact.xpm \ new-message.xpm \ + save-16.png \ + save-as-16.png \ + search-16.png \ + search-and-replace-16.png \ send-16.png \ send-later-16.png \ send-receive.xpm \ @@ -97,6 +101,7 @@ images_DATA = \ thankyou.png \ undelete_message.xpm \ work_offline.xpm \ + work_online-16.png \ world_map-960.png buttonsdir = $(datadir)/images/evolution/buttons |