diff options
-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 \ |