[gtk+] docs: Fixes for icon renaming



commit c6ddbe675a1a3b7c04cd5b88003fc29c823cd413
Author: Benjamin Otte <otte redhat com>
Date:   Mon Mar 28 23:54:00 2011 +0200

    docs: Fixes for icon renaming
    
    Fixes up breakage from 39d4207ab7ecedc0fce2e65478dbd5d152e23b65

 docs/reference/gtk/Makefile.am |    2 +-
 gtk/gtkstock.h                 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am
index 6a37a3c..c6b3b85 100644
--- a/docs/reference/gtk/Makefile.am
+++ b/docs/reference/gtk/Makefile.am
@@ -178,7 +178,7 @@ HTML_IMAGES = \
 	$(top_srcdir)/gtk/stock-icons/32/gtk-dnd-multiple.png		\
 	$(top_srcdir)/gtk/stock-icons/24/gtk-edit.png			\
 	$(top_srcdir)/gtk/stock-icons/24/system-run.png			\
-	$(top_srcdir)/gtk/stock-icons/24/document-x-generic.png		\
+	$(top_srcdir)/gtk/stock-icons/24/text-x-generic.png		\
 	$(top_srcdir)/gtk/stock-icons/24/edit-find.png			\
 	$(top_srcdir)/gtk/stock-icons/24/edit-find-replace.png		\
 	$(top_srcdir)/gtk/stock-icons/24/go-bottom.png			\
diff --git a/gtk/gtkstock.h b/gtk/gtkstock.h
index b32d4b1..a5d5a5b 100644
--- a/gtk/gtkstock.h
+++ b/gtk/gtkstock.h
@@ -319,7 +319,7 @@ void          gtk_stock_set_translate_func (const gchar      *domain,
  * GTK_STOCK_FILE:
  *
  * The "File" item.
- * <inlinegraphic fileref="document-x-generic.png" format="PNG"></inlinegraphic>
+ * <inlinegraphic fileref="text-x-generic.png" format="PNG"></inlinegraphic>
  *
  * Since 3.0, this item has a label, before it only had an icon.
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]