diff options
author | Damon Chaplin <damon@ximian.com> | 2001-08-20 15:16:08 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-08-20 15:16:08 +0800 |
commit | 46f64b3006f51d4254ab0f457be4bcb5aa8720ec (patch) | |
tree | 2b06e70c21b8fd7e4725a5aec99986dade5c35d2 /art | |
parent | 3f14079b21be1614d6bda3234f496a7a0668d90d (diff) | |
download | gsoc2013-evolution-46f64b3006f51d4254ab0f457be4bcb5aa8720ec.tar gsoc2013-evolution-46f64b3006f51d4254ab0f457be4bcb5aa8720ec.tar.gz gsoc2013-evolution-46f64b3006f51d4254ab0f457be4bcb5aa8720ec.tar.bz2 gsoc2013-evolution-46f64b3006f51d4254ab0f457be4bcb5aa8720ec.tar.lz gsoc2013-evolution-46f64b3006f51d4254ab0f457be4bcb5aa8720ec.tar.xz gsoc2013-evolution-46f64b3006f51d4254ab0f457be4bcb5aa8720ec.tar.zst gsoc2013-evolution-46f64b3006f51d4254ab0f457be4bcb5aa8720ec.zip |
added cut.png, copy.png & paste.png, so we can use them for the tasks
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.
svn path=/trunk/; revision=12255
Diffstat (limited to 'art')
-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 \ |