diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-10-27 02:26:21 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-10-27 02:26:21 +0800 |
commit | 45b1f2233e3e97510696b3775d38d0088a125c70 (patch) | |
tree | d6f8472f7c92dc46a09c471ec7a5c5ec7af505cc /art/Makefile.am | |
parent | cbd931ab5192e39401ffe2fa609e6330107a0350 (diff) | |
download | gsoc2013-evolution-45b1f2233e3e97510696b3775d38d0088a125c70.tar gsoc2013-evolution-45b1f2233e3e97510696b3775d38d0088a125c70.tar.gz gsoc2013-evolution-45b1f2233e3e97510696b3775d38d0088a125c70.tar.bz2 gsoc2013-evolution-45b1f2233e3e97510696b3775d38d0088a125c70.tar.lz gsoc2013-evolution-45b1f2233e3e97510696b3775d38d0088a125c70.tar.xz gsoc2013-evolution-45b1f2233e3e97510696b3775d38d0088a125c70.tar.zst gsoc2013-evolution-45b1f2233e3e97510696b3775d38d0088a125c70.zip |
Added some functionality to the Executive Summary
Doesn't return to the top when refreshed
Can execute programs when the user clicks on exec:// URLs
and can compose an email when mailto:'s are clicked.
svn path=/trunk/; revision=6205
Diffstat (limited to 'art/Makefile.am')
-rw-r--r-- | art/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/art/Makefile.am b/art/Makefile.am index 5168740740..8b6e3d81be 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -22,6 +22,7 @@ images_DATA = \ buttonsdir = $(datadir)/images/evolution/buttons buttons_DATA = \ + add-service.png \ compose-message.png \ copy-message.png \ fetch-mail.png \ @@ -31,6 +32,7 @@ buttons_DATA = \ reply.png EXTRA_DIST = \ + add-service.png \ attachment.xpm \ compose-message.png \ copy-message.png \ |