diff options
-rw-r--r-- | docs/reference/ChangeLog | 5 | ||||
-rw-r--r-- | docs/reference/gtk/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index e1d3a95ac9..b0cfc1cadb 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2002-02-23 Anders Carlsson <andersca@gnu.org> + + * gtk/Makefile.am (HTML_IMAGES): Rename strikeout to + strikethrough. + 2002-02-22 Anders Carlsson <andersca@gnu.org> * gtk/Makefile.am (HTML_IMAGES): Update for name changes. diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am index d0b73fada7..22abcc8753 100644 --- a/docs/reference/gtk/Makefile.am +++ b/docs/reference/gtk/Makefile.am @@ -113,7 +113,7 @@ HTML_IMAGES = \ $(top_srcdir)/gtk/stock-icons/stock_sort_descending_24.png \ $(top_srcdir)/gtk/stock-icons/stock_spellcheck_24.png \ $(top_srcdir)/gtk/stock-icons/stock_stop_24.png \ - $(top_srcdir)/gtk/stock-icons/stock_text_strikeout_24.png \ + $(top_srcdir)/gtk/stock-icons/stock_text_strikethrough_24.png \ $(top_srcdir)/gtk/stock-icons/stock_undelete_24.png \ $(top_srcdir)/gtk/stock-icons/stock_text_underline_24.png \ $(top_srcdir)/gtk/stock-icons/stock_undo_24.png \ |