summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-04-24 22:56:07 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-04-24 22:56:07 +0000
commit8758063acabbc4017b92a67425cf742ae2c066c8 (patch)
tree2d3bee824d33ab6ca35fd15cffef15aa105edc19
parent7437609ec31035ae6aa3de2194078d9c22f97bd2 (diff)
downloadgdk-pixbuf-8758063acabbc4017b92a67425cf742ae2c066c8.tar.gz
Fix a typo
-rw-r--r--docs/reference/ChangeLog2
-rw-r--r--docs/reference/gtk/Makefile.am2
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 6b265cf57..2bb9bdb08 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,5 +1,7 @@
2006-04-24 Matthias Clasen <mclasen@redhat.com>
+ * gtk/Makefile.am: fix a typo.
+
* gtk/tmpl/gtkentry.sgml: Remove a duplicate entry.
* gtk/gtk-sections.txt: Fix a typo.
diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am
index 9aca8205b..62275b487 100644
--- a/docs/reference/gtk/Makefile.am
+++ b/docs/reference/gtk/Makefile.am
@@ -212,7 +212,7 @@ HTML_IMAGES = \
$(top_srcdir)/gtk/stock-icons/20/gtk-no.png \
$(top_srcdir)/gtk/stock-icons/20/gtk-ok.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-open.png \
- $(top_srcdir)/gtk/stock-icons/24/gtk-orientation-landscale.png \
+ $(top_srcdir)/gtk/stock-icons/24/gtk-orientation-landscape.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-orientation-portrait.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-orientation-reverse-landscape.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-paste.png \