diff options
author | Duncan Mak <duncan@src.gnome.org> | 2001-04-22 04:18:31 +0800 |
---|---|---|
committer | Duncan Mak <duncan@src.gnome.org> | 2001-04-22 04:18:31 +0800 |
commit | dcf514515cd24c0adbdf8fa4864306fa645f18dc (patch) | |
tree | a6c9978eb9845b5ed27fa93bdafbec1b69c558fd | |
parent | 247a808a5bde5b7c9ea05d2966e47c927f347ccf (diff) | |
download | gsoc2013-evolution-dcf514515cd24c0adbdf8fa4864306fa645f18dc.tar gsoc2013-evolution-dcf514515cd24c0adbdf8fa4864306fa645f18dc.tar.gz gsoc2013-evolution-dcf514515cd24c0adbdf8fa4864306fa645f18dc.tar.bz2 gsoc2013-evolution-dcf514515cd24c0adbdf8fa4864306fa645f18dc.tar.lz gsoc2013-evolution-dcf514515cd24c0adbdf8fa4864306fa645f18dc.tar.xz gsoc2013-evolution-dcf514515cd24c0adbdf8fa4864306fa645f18dc.tar.zst gsoc2013-evolution-dcf514515cd24c0adbdf8fa4864306fa645f18dc.zip |
Added in "compose-messages.png" in the Makefile of evolution/art
svn path=/trunk/; revision=9487
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | art/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2001-04-21 Duncan Mak <duncan@ximian.com> + + * art/Makefile.am (images_DATA): Added in composer-message.png. + 2001-04-16 Ettore Perazzoli <ettore@ximian.com> * configure.in: `mail/importers/Makefile' must come after diff --git a/art/Makefile.am b/art/Makefile.am index fac9c3f1d5..8745c61b01 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -23,6 +23,7 @@ images_DATA = \ butterfly.png \ cellphone.png \ delete_message.xpm \ + compose-message.png \ envelope.png \ evolution-calendar-mini.png \ evolution-calendar.png \ |