diff options
-rw-r--r-- | art/ChangeLog | 5 | ||||
-rw-r--r-- | art/Makefile.am | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/art/ChangeLog b/art/ChangeLog index e6706e0ec1..07e758646e 100644 --- a/art/ChangeLog +++ b/art/ChangeLog @@ -1,3 +1,8 @@ +2001-08-20 Damon Chaplin <damon@ximian.com> + + * Makefile.am (buttons_DATA): added cut.png, copy.png & paste.png, + so we can use them for the tasks toolbar. + 2001-08-18 Damon Chaplin <damon@ximian.com> * Makefile.am (images_DATA): added 16_copy.png, 16_customize.png, diff --git a/art/Makefile.am b/art/Makefile.am index 187e6abb8e..e07bd2c835 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -130,6 +130,8 @@ buttons_DATA = \ add-service.png \ compose-message.png \ copy-message.png \ + copy.png \ + cut.png \ dayview.xpm \ delete-message.png \ fetch-mail.png \ @@ -140,6 +142,7 @@ buttons_DATA = \ next-message.png \ new_appointment.png \ new_task.png \ + paste.png \ previous-message.png \ print.png \ print-preview-24.png \ |