aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--art/ChangeLog7
-rw-r--r--art/Makefile.am5
-rw-r--r--art/new_task.pngbin0 -> 605 bytes
3 files changed, 12 insertions, 0 deletions
diff --git a/art/ChangeLog b/art/ChangeLog
index eab3a11c52..e6706e0ec1 100644
--- a/art/ChangeLog
+++ b/art/ChangeLog
@@ -1,3 +1,10 @@
+2001-08-18 Damon Chaplin <damon@ximian.com>
+
+ * Makefile.am (images_DATA): added 16_copy.png, 16_customize.png,
+ 16_cut.png & 16_paste.png.
+ (buttons_DATA): added new_task.png, which I made from scaling up the
+ smaller task.xpm icon.
+
2001-08-18 Ettore Perazzoli <ettore@ximian.com>
* Makefile.am (buttons_DATA): Added `delete-message.png'.
diff --git a/art/Makefile.am b/art/Makefile.am
index 20e4619260..187e6abb8e 100644
--- a/art/Makefile.am
+++ b/art/Makefile.am
@@ -1,5 +1,9 @@
imagesdir = $(datadir)/images/evolution
images_DATA = \
+ 16_copy.png \
+ 16_customize.png \
+ 16_cut.png \
+ 16_paste.png \
apply-filters-16.xpm \
bcg.png \
configure_16_addressbook.xpm \
@@ -135,6 +139,7 @@ buttons_DATA = \
move-message.png \
next-message.png \
new_appointment.png \
+ new_task.png \
previous-message.png \
print.png \
print-preview-24.png \
diff --git a/art/new_task.png b/art/new_task.png
new file mode 100644
index 0000000000..1b034a694c
--- /dev/null
+++ b/art/new_task.png
Binary files differ