diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-02-13 08:03:37 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-02-13 08:03:37 +0800 |
commit | d811de6309ecf6831d0369f092c04a22db221eb6 (patch) | |
tree | 43b85752590d7ab6216918a49fe8c591f069f2bc | |
parent | 2788f38ed6cd4e82a8eda5183242457e145019d1 (diff) | |
download | gsoc2013-evolution-d811de6309ecf6831d0369f092c04a22db221eb6.tar gsoc2013-evolution-d811de6309ecf6831d0369f092c04a22db221eb6.tar.gz gsoc2013-evolution-d811de6309ecf6831d0369f092c04a22db221eb6.tar.bz2 gsoc2013-evolution-d811de6309ecf6831d0369f092c04a22db221eb6.tar.lz gsoc2013-evolution-d811de6309ecf6831d0369f092c04a22db221eb6.tar.xz gsoc2013-evolution-d811de6309ecf6831d0369f092c04a22db221eb6.tar.zst gsoc2013-evolution-d811de6309ecf6831d0369f092c04a22db221eb6.zip |
Install mail-new.xpm, mail-read.xpm and priority-high.xpm in the same
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.
svn path=/trunk/; revision=15699
-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 \ |