diff options
author | Miguel de Icaza <miguel@src.gnome.org> | 2001-03-22 01:16:29 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2001-03-22 01:16:29 +0800 |
commit | 86b87ac971de2831f9ca9f5d93ff6d4427b5c5f8 (patch) | |
tree | c9a83e80eb695bf8c64bdbf2d48ec4997812f252 | |
parent | 22d6bf67ab49a9440a4611fe6fcb501c40d4fa9e (diff) | |
download | gsoc2013-evolution-86b87ac971de2831f9ca9f5d93ff6d4427b5c5f8.tar gsoc2013-evolution-86b87ac971de2831f9ca9f5d93ff6d4427b5c5f8.tar.gz gsoc2013-evolution-86b87ac971de2831f9ca9f5d93ff6d4427b5c5f8.tar.bz2 gsoc2013-evolution-86b87ac971de2831f9ca9f5d93ff6d4427b5c5f8.tar.lz gsoc2013-evolution-86b87ac971de2831f9ca9f5d93ff6d4427b5c5f8.tar.xz gsoc2013-evolution-86b87ac971de2831f9ca9f5d93ff6d4427b5c5f8.tar.zst gsoc2013-evolution-86b87ac971de2831f9ca9f5d93ff6d4427b5c5f8.zip |
Oops
svn path=/trunk/; revision=8868
-rw-r--r-- | art/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/art/Makefile.am b/art/Makefile.am index fddb9fbbc6..0064575c70 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -19,6 +19,7 @@ images_DATA = \ briefcase.png \ butterfly.png \ cellphone.png \ + delete_message.xpm \ envelope.png \ evolution-calendar-mini.png \ evolution-calendar.png \ @@ -34,6 +35,9 @@ images_DATA = \ executive-summary-bg.png \ executive-summary-curve.png \ globe.png \ + hide_deleted_messages.xpm \ + hide_read_messages.xpm \ + hide_selected_messages.xpm \ house.png \ malehead.png \ new_contact.xpm \ @@ -47,7 +51,9 @@ images_DATA = \ service-right-disabled.png \ service-up.png \ service-up-disabled.png \ - splash.png + show_all_messages.xpm \ + splash.png \ + undelete_message.xpm buttonsdir = $(datadir)/images/evolution/buttons buttons_DATA = \ |