diff --git a/art/ChangeLog b/art/ChangeLog index 445a68f885..ec3af5f049 100644 --- a/art/ChangeLog +++ b/art/ChangeLog @@ -1,3 +1,8 @@ +2002-03-25 Dan Winship + + * Makefile.am (images_DATA): Add working-16.png (the GNOME2 stock + "wait" icon, from Jakub) + 2002-03-04 Jeffrey Stedfast * forward.xpm, reply.xpm, reply_to_all.xpm: Rename the internal diff --git a/art/Makefile.am b/art/Makefile.am index d84705267e..af3f6de130 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -131,7 +131,7 @@ images_DATA = \ service-up-disabled.png \ show_all_messages.xpm \ splash.png \ - summary_preferences-16.png \ + summary_preferences-16.png \ talking-heads.png \ task.xpm \ task.png \ @@ -141,6 +141,7 @@ images_DATA = \ undelete_message-16.png \ wax-seal.png \ wax-seal-broken.png \ + working-16.png \ work_offline.xpm \ work_online-16.png \ world_map-960.png diff --git a/art/working-16.png b/art/working-16.png new file mode 100644 index 0000000000..5f12053a84 Binary files /dev/null and b/art/working-16.png differ