diff options
author | Chris Toshok <toshok@ximian.com> | 2003-04-30 12:08:22 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-04-30 12:08:22 +0800 |
commit | bd5d8d8d4493796c8a872d826f76894c16b39b15 (patch) | |
tree | df23a1b4d26614e6c57a6a74c93e5b64666da9f4 /art | |
parent | 322075f7e8ee409646bfd4bdc81dcd80a45b55cf (diff) | |
download | gsoc2013-evolution-bd5d8d8d4493796c8a872d826f76894c16b39b15.tar gsoc2013-evolution-bd5d8d8d4493796c8a872d826f76894c16b39b15.tar.gz gsoc2013-evolution-bd5d8d8d4493796c8a872d826f76894c16b39b15.tar.bz2 gsoc2013-evolution-bd5d8d8d4493796c8a872d826f76894c16b39b15.tar.lz gsoc2013-evolution-bd5d8d8d4493796c8a872d826f76894c16b39b15.tar.xz gsoc2013-evolution-bd5d8d8d4493796c8a872d826f76894c16b39b15.tar.zst gsoc2013-evolution-bd5d8d8d4493796c8a872d826f76894c16b39b15.zip |
add stock-edit-{16,24}.png
2003-04-29 Chris Toshok <toshok@ximian.com>
* Makefile.am (images_DATA): add stock-edit-{16,24}.png
svn path=/trunk/; revision=21029
Diffstat (limited to 'art')
-rw-r--r-- | art/ChangeLog | 4 | ||||
-rw-r--r-- | art/Makefile.am | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/art/ChangeLog b/art/ChangeLog index c80396ce26..4562b4a9f4 100644 --- a/art/ChangeLog +++ b/art/ChangeLog @@ -1,3 +1,7 @@ +2003-04-29 Chris Toshok <toshok@ximian.com> + + * Makefile.am (images_DATA): add stock-edit-{16,24}.png + 2003-03-03 Ettore Perazzoli <ettore@ximian.com> * about-box.png: New artwork from Jakub. diff --git a/art/Makefile.am b/art/Makefile.am index 72e13b9e1d..2c90e98397 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -149,6 +149,8 @@ images_DATA = \ settings-16.png \ show_all_messages.xpm \ splash.png \ + stock-edit-16.png \ + stock-edit-24.png \ summary-settings.png \ summary_preferences-16.png \ talking-heads.png \ |