diff options
author | Duncan Mak <duncan@ximian.com> | 2001-05-15 06:16:24 +0800 |
---|---|---|
committer | Duncan Mak <duncan@src.gnome.org> | 2001-05-15 06:16:24 +0800 |
commit | dbeec96be886a5253455f804683c1c3b3c711fc8 (patch) | |
tree | b9ac2bd401fcea4fbb1815389ed93a9ae8171f75 /art | |
parent | 4f400ba1f64a674467251ac7b858f302de0c2f10 (diff) | |
download | gsoc2013-evolution-dbeec96be886a5253455f804683c1c3b3c711fc8.tar gsoc2013-evolution-dbeec96be886a5253455f804683c1c3b3c711fc8.tar.gz gsoc2013-evolution-dbeec96be886a5253455f804683c1c3b3c711fc8.tar.bz2 gsoc2013-evolution-dbeec96be886a5253455f804683c1c3b3c711fc8.tar.lz gsoc2013-evolution-dbeec96be886a5253455f804683c1c3b3c711fc8.tar.xz gsoc2013-evolution-dbeec96be886a5253455f804683c1c3b3c711fc8.tar.zst gsoc2013-evolution-dbeec96be886a5253455f804683c1c3b3c711fc8.zip |
add in the new find_message.xpm
2001-05-14 Duncan Mak <duncan@ximian.com>
* Makefile.am (images_DATA): add in the new find_message.xpm
svn path=/trunk/; revision=9803
Diffstat (limited to 'art')
-rw-r--r-- | art/ChangeLog | 4 | ||||
-rw-r--r-- | art/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/art/ChangeLog b/art/ChangeLog index 3795a95034..784603b0ff 100644 --- a/art/ChangeLog +++ b/art/ChangeLog @@ -1,3 +1,7 @@ +2001-05-14 Duncan Mak <duncan@ximian.com> + + * Makefile.am (images_DATA): add in the new find_message.xpm + 2001-05-14 Jakub Steiner <jimmac@ximian.com> * find_message.xpm: Duncan requested this diff --git a/art/Makefile.am b/art/Makefile.am index 8745c61b01..8cd268cc5b 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -19,6 +19,7 @@ images_DATA = \ save.xpm \ all_contacts.xpm \ find_contact.xpm \ + find_message.xpm \ briefcase.png \ butterfly.png \ cellphone.png \ |