summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-11-21 15:54:59 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-11-21 15:54:59 +0000
commit5266d78a6e6aac9b1e50fcce2ba23974349e45b9 (patch)
tree9040ce0aaf85de7f22ad8259cd59e262d45098d8 /docs/reference/gtk/Makefile.am
parent72f709a8641298e739c4f36c4d27ce18ed916498 (diff)
downloadgdk-pixbuf-5266d78a6e6aac9b1e50fcce2ba23974349e45b9.tar.gz
Fix some _ vs - confusion.
2005-11-21 Matthias Clasen <mclasen@redhat.com> * gtk/Makefile.am (HTML_IMAGES): Fix some _ vs - confusion.
Diffstat (limited to 'docs/reference/gtk/Makefile.am')
-rw-r--r--docs/reference/gtk/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am
index 6dc08e2b5..6baa3c676 100644
--- a/docs/reference/gtk/Makefile.am
+++ b/docs/reference/gtk/Makefile.am
@@ -162,9 +162,9 @@ HTML_IMAGES = \
$(top_srcdir)/gtk/stock-icons/24/gtk-goto-bottom.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-goto-first-ltr.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-goto-first-rtl.png \
- $(top_srcdir)/gtk/stock-icons/24/gtk-goto-last_ltr.png \
- $(top_srcdir)/gtk/stock-icons/24/gtk-goto-last_rtl.png \
- $(top_srcdir)/gtk/stock-icons/24/gtk-goto_top.png \
+ $(top_srcdir)/gtk/stock-icons/24/gtk-goto-last-ltr.png \
+ $(top_srcdir)/gtk/stock-icons/24/gtk-goto-last-rtl.png \
+ $(top_srcdir)/gtk/stock-icons/24/gtk-goto-top.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-go-back-ltr.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-go-back-rtl.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-go-down.png \
@@ -220,7 +220,7 @@ HTML_IMAGES = \
$(top_srcdir)/gtk/stock-icons/24/gtk-undo-ltr.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-undo-rtl.png \
$(top_srcdir)/gtk/stock-icons/20/gtk-yes.png \
- $(top_srcdir)/gtk/stock-icons/24/gtk-zoom_100.png \
+ $(top_srcdir)/gtk/stock-icons/24/gtk-zoom-100.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-zoom-fit.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-zoom-in.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-zoom-out.png \