diff options
author | Gediminas Paulauskas <menesis@src.gnome.org> | 2001-04-02 11:59:11 +0800 |
---|---|---|
committer | Gediminas Paulauskas <menesis@src.gnome.org> | 2001-04-02 11:59:11 +0800 |
commit | 042704ddd3f26ef3becbe000547564127694c069 (patch) | |
tree | da06292a7ffea58469c87ef330045163b2003d89 /art/Makefile.am | |
parent | 9fc545eb953a65888f3ae78703e1500d8ad9f1be (diff) | |
download | gsoc2013-evolution-042704ddd3f26ef3becbe000547564127694c069.tar gsoc2013-evolution-042704ddd3f26ef3becbe000547564127694c069.tar.gz gsoc2013-evolution-042704ddd3f26ef3becbe000547564127694c069.tar.bz2 gsoc2013-evolution-042704ddd3f26ef3becbe000547564127694c069.tar.lz gsoc2013-evolution-042704ddd3f26ef3becbe000547564127694c069.tar.xz gsoc2013-evolution-042704ddd3f26ef3becbe000547564127694c069.tar.zst gsoc2013-evolution-042704ddd3f26ef3becbe000547564127694c069.zip |
Blessed by Ettore.
Guided by Jacub Stener's mail, where he explaned which icons were renamed or
added, I added a bunch of new icons to menus, fixed renamed ones. Changed Trash
and Executive summary folder type icons. Fixed art/Makefile.am for these
changes.
Also, pulled icon cache from mailer and moved it to e-util/e-gui-utils.h, made
all components and dialogs use cache and not load pixmaps every time.
Accidentally got a couple of includes fix in, but they won't break anything.
svn path=/trunk/; revision=9092
Diffstat (limited to 'art/Makefile.am')
-rw-r--r-- | art/Makefile.am | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/art/Makefile.am b/art/Makefile.am index d1d4f93f5c..2a2fd57464 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -1,16 +1,19 @@ imagesdir = $(datadir)/images/evolution images_DATA = \ configure_16_addressbook.xpm \ - configure_16_addressbook.xpm \ + configure_16_calendar.xpm \ configure_16_folder.xpm \ configure_16_mail.xpm \ copy_16_message.xpm \ edit.xpm \ encrypt.xpm \ + exec-16-summary.xpm \ + folder.xpm \ forward.xpm \ + import.xpm \ move_message.xpm \ print.xpm \ - print.xpm \ + print-preview.xpm \ reply.xpm \ reply_to_all.xpm \ save.xpm \ @@ -40,7 +43,10 @@ images_DATA = \ hide_selected_messages.xpm \ house.png \ malehead.png \ + new_appointment.xpm \ new_contact.xpm \ + new-message.xpm \ + send-receive.xpm \ service-close.png \ service-configure.png \ service-down.png \ @@ -53,7 +59,8 @@ images_DATA = \ service-up-disabled.png \ show_all_messages.xpm \ splash.png \ - undelete_message.xpm + undelete_message.xpm \ + work_offline.xpm buttonsdir = $(datadir)/images/evolution/buttons buttons_DATA = \ @@ -68,6 +75,7 @@ buttons_DATA = \ new_appointment.png \ reply.png \ reply-to-all.png \ + send-24-receive.png \ weekview.xpm \ workweekview.xpm \ yearview.xpm |