[gtk+] Doc: fix dead link in the text widget overview



commit 94f96cb2f93e85ecc702149f453580ff6934e906
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Apr 1 21:00:04 2013 +0200

    Doc: fix dead link in the text widget overview
    
    https://bugzilla.gnome.org/show_bug.cgi?id=697048

 docs/reference/gtk/text_widget.sgml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gtk/text_widget.sgml b/docs/reference/gtk/text_widget.sgml
index 6a5ebff..f0b3319 100644
--- a/docs/reference/gtk/text_widget.sgml
+++ b/docs/reference/gtk/text_widget.sgml
@@ -153,7 +153,7 @@ You can change the default attributes for a given #GtkTextView, and you can
 apply tags that change the attributes for a region of text.  For text features 
 that come from the theme &mdash; such as font and foreground color &mdash; use 
 standard #GtkWidget functions such as gtk_widget_modify_font() or
-gtk_widget_override_text(). For other attributes there are dedicated methods on
+gtk_widget_override_color(). For other attributes there are dedicated methods on
 #GtkTextView such as gtk_text_view_set_tabs().
 
 <informalexample><programlisting>


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