diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-25 16:04:17 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-25 16:04:17 +0800 |
commit | 57f1c74f30c97911e0c8b6d47f00e3067a73d9ed (patch) | |
tree | 739c2b5114aa60475e8ee6016f8506392e95a9e6 /art/Makefile.am | |
parent | 6ede85cff36220030475ee74f50b4989a45ba1dd (diff) | |
download | gsoc2013-evolution-57f1c74f30c97911e0c8b6d47f00e3067a73d9ed.tar.gz gsoc2013-evolution-57f1c74f30c97911e0c8b6d47f00e3067a73d9ed.tar.zst gsoc2013-evolution-57f1c74f30c97911e0c8b6d47f00e3067a73d9ed.zip |
Get the mailer to use the new menu icons.
svn path=/trunk/; revision=7805
Diffstat (limited to 'art/Makefile.am')
-rw-r--r-- | art/Makefile.am | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/art/Makefile.am b/art/Makefile.am index 474f6b66b7..97856c5884 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -1,10 +1,22 @@ imagesdir = $(datadir)/images/evolution images_DATA = \ - 16_print.xpm \ 16_configure_addressbook.xpm \ - 24_find_contact.xpm \ + 16_configure_addressbook.xpm \ + 16_configure_folder.xpm \ + 16_configure_mail.xpm \ + 16_copy_message.xpm \ + 16_edit.xpm \ + 16_encrypt.xpm \ + 16_forward.xpm \ + 16_move_message.xpm \ + 16_print.xpm \ + 16_print.xpm \ + 16_reply.xpm \ + 16_reply_to_all.xpm \ + 16_save.xpm \ 24_all_contacts.xpm \ + 24_find_contact.xpm \ briefcase.png \ butterfly.png \ cellphone.png \ |