diff options
-rw-r--r-- | art/ChangeLog | 4 | ||||
-rw-r--r-- | art/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/art/ChangeLog b/art/ChangeLog index 2b75eb0211..50fcc1bf54 100644 --- a/art/ChangeLog +++ b/art/ChangeLog @@ -1,3 +1,7 @@ +2001-07-12 JP Rosevear <jpr@ximian.com> + + * Makefile.am: extra dist another xpm + 2001-07-12 <tigert@ximian.com> * delete_message.[png,xpm]: New versions for the trashcan icon. diff --git a/art/Makefile.am b/art/Makefile.am index 8d18a41d53..807fa390b0 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -155,6 +155,7 @@ EXTRA_DIST = \ task-assigned.xpm \ task-recurring.xpm \ task.xpm \ + timezone-16.xpm \ tree-expanded.xpm \ tree-unexpanded.xpm \ $(images_DATA) \ |