diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-08-02 05:28:22 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-08-02 05:28:22 +0800 |
commit | 1700f6e45107627e7eacc55fb7cf29dbe9f60e77 (patch) | |
tree | bdaf4c06c9d91390fbe95b462fa131bd843142e0 /art/Makefile.am | |
parent | aae006b30d02086fa0d0fdde5153fb6ac3a73ad8 (diff) | |
download | gsoc2013-evolution-1700f6e45107627e7eacc55fb7cf29dbe9f60e77.tar.gz gsoc2013-evolution-1700f6e45107627e7eacc55fb7cf29dbe9f60e77.tar.zst gsoc2013-evolution-1700f6e45107627e7eacc55fb7cf29dbe9f60e77.zip |
New artwork from Jakub. Likewise. Likewise.
* contact-list-16.png: New artwork from Jakub.
* post-message-16.png: Likewise.
* meeting-request-16.png: Likewise.
* meeting.xpm: Removed.
svn path=/trunk/; revision=17675
Diffstat (limited to 'art/Makefile.am')
-rw-r--r-- | art/Makefile.am | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/art/Makefile.am b/art/Makefile.am index ede1b76783..56ba883bf4 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -21,6 +21,7 @@ images_DATA = \ configure_16_mail.xpm \ connect_to_url-16.xpm \ contact-is-a-list.png \ + contact-list-16.png \ copy_16_message.xpm \ edit.xpm \ empty.gif \ @@ -88,8 +89,7 @@ images_DATA = \ malehead.png \ mark-as-important-16.png \ meeting-request.png \ - meeting-request.png \ - meeting.xpm \ + meeting-request-16.png \ monkey-16.png \ move_message.xpm \ myevo-appointments.png \ @@ -116,6 +116,7 @@ images_DATA = \ pgp-signature-bad.png \ pgp-signature-nokey.png \ pgp-signature-ok.png \ + post-message-16.png \ print-preview.xpm \ print.xpm \ priority-high.xpm \ @@ -233,7 +234,6 @@ EXTRA_DIST = \ mail-replied.xpm \ flag-for-followup.xpm \ mark.xpm \ - meeting.xpm \ priority-high.xpm \ priority-low.xpm \ recur.xpm \ @@ -255,5 +255,3 @@ EXTRA_DIST = \ $(conduits_DATA) \ $(glade_DATA) \ $(appicon_DATA) - - |