diff options
author | Damon Chaplin <damon@ximian.com> | 2001-06-20 06:56:45 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-06-20 06:56:45 +0800 |
commit | 42f1f39f3fcd26fe1fc06730f9736f5b8a4b6a0c (patch) | |
tree | 3d4fba1d5a47b8b0a522b9785ef09d80c83f87e3 /art/Makefile.am | |
parent | 6d081c9722312a48acf3e14aec1084cfcc719cc1 (diff) | |
download | gsoc2013-evolution-42f1f39f3fcd26fe1fc06730f9736f5b8a4b6a0c.tar.gz gsoc2013-evolution-42f1f39f3fcd26fe1fc06730f9736f5b8a4b6a0c.tar.zst gsoc2013-evolution-42f1f39f3fcd26fe1fc06730f9736f5b8a4b6a0c.zip |
world map picture used for selecting timezones. added world_map-960.png
2001-06-19 Damon Chaplin <damon@ximian.com>
* world_map-960.png: world map picture used for selecting timezones.
* Makefile.am (images_DATA): added world_map-960.png for timezones.
svn path=/trunk/; revision=10307
Diffstat (limited to 'art/Makefile.am')
-rw-r--r-- | art/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/art/Makefile.am b/art/Makefile.am index d7184a3a4d..be3c8bff06 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -84,7 +84,8 @@ images_DATA = \ splash.png \ thankyou.png \ undelete_message.xpm \ - work_offline.xpm + work_offline.xpm \ + world_map-960.png buttonsdir = $(datadir)/images/evolution/buttons buttons_DATA = \ |