From 8758063acabbc4017b92a67425cf742ae2c066c8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 24 Apr 2006 22:56:07 +0000 Subject: [PATCH] Fix a typo --- docs/reference/ChangeLog | 2 ++ docs/reference/gtk/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 6b265cf578..2bb9bdb084 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,7 @@ 2006-04-24 Matthias Clasen + * 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 9aca8205ba..62275b487e 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 \