diff options
-rw-r--r-- | art/ChangeLog | 6 | ||||
-rw-r--r-- | art/Makefile.am | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/art/ChangeLog b/art/ChangeLog index d1d0b11746..0304cf3475 100644 --- a/art/ChangeLog +++ b/art/ChangeLog @@ -1,3 +1,9 @@ +2002-02-12 Jeffrey Stedfast <fejj@ximian.com> + + * Makefile.am: Install mail-new.xpm, mail-read.xpm and + priority-high.xpm in the same place as other bonobo-ui menu + pixmaps so we can use these in menus too. + 2002-02-08 JP Rosevear <jpr@ximian.com> * connect_to_url-16.xpm: new icon diff --git a/art/Makefile.am b/art/Makefile.am index c635512ce0..0e09cfbcd3 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -50,6 +50,9 @@ images_DATA = \ reply.xpm \ reply_to_all.xpm \ save.xpm \ + mail-new.xpm \ + mail-read.xpm \ + priority-high.xpm \ all_contacts.xpm \ find_contact.xpm \ find_message.xpm \ |