diff options
-rw-r--r-- | art/ChangeLog | 4 | ||||
-rw-r--r-- | art/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/art/ChangeLog b/art/ChangeLog index 84e1c0c5a2..ce6149ab01 100644 --- a/art/ChangeLog +++ b/art/ChangeLog @@ -1,3 +1,7 @@ +2001-06-27 Jeffrey Stedfast <fejj@ximian.com> + + * Makefile.am: Install the add-attachment.png icon. + 2001-06-27 Tuomas Kuosmanen <tigert@ximian.com> * evolution-calendar-mini.png: New version of the folder tree's diff --git a/art/Makefile.am b/art/Makefile.am index be3c8bff06..b0f49fecd9 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -89,6 +89,7 @@ images_DATA = \ buttonsdir = $(datadir)/images/evolution/buttons buttons_DATA = \ + add-attachment.png \ add-service.png \ compose-message.png \ copy-message.png \ |