Fix a typo in property string.

Sun Feb 29 16:38:53 2004  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtktextview.c (gtk_text_view_class_init): Fix a
        typo in property string.
This commit is contained in:
Owen Taylor 2004-02-29 21:41:23 +00:00 committed by Owen Taylor
parent 8d833752a9
commit 5f21c9c321
6 changed files with 26 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Sun Feb 29 16:38:53 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextview.c (gtk_text_view_class_init): Fix a
typo in property string.
Sun Feb 29 16:35:23 2004 Owen Taylor <otaylor@redhat.com>
* gdk/gdkpango.c gtk/gtktextdisplay.c: Implement

View File

@ -1,3 +1,8 @@
Sun Feb 29 16:38:53 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextview.c (gtk_text_view_class_init): Fix a
typo in property string.
Sun Feb 29 16:35:23 2004 Owen Taylor <otaylor@redhat.com>
* gdk/gdkpango.c gtk/gtktextdisplay.c: Implement

View File

@ -1,3 +1,8 @@
Sun Feb 29 16:38:53 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextview.c (gtk_text_view_class_init): Fix a
typo in property string.
Sun Feb 29 16:35:23 2004 Owen Taylor <otaylor@redhat.com>
* gdk/gdkpango.c gtk/gtktextdisplay.c: Implement

View File

@ -1,3 +1,8 @@
Sun Feb 29 16:38:53 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextview.c (gtk_text_view_class_init): Fix a
typo in property string.
Sun Feb 29 16:35:23 2004 Owen Taylor <otaylor@redhat.com>
* gdk/gdkpango.c gtk/gtktextdisplay.c: Implement

View File

@ -1,3 +1,8 @@
Sun Feb 29 16:38:53 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextview.c (gtk_text_view_class_init): Fix a
typo in property string.
Sun Feb 29 16:35:23 2004 Owen Taylor <otaylor@redhat.com>
* gdk/gdkpango.c gtk/gtktextdisplay.c: Implement

View File

@ -681,7 +681,7 @@ gtk_text_view_class_init (GtkTextViewClass *klass)
gtk_widget_class_install_style_property (widget_class,
g_param_spec_boxed ("error-underline-color",
P_("Error Underline Color"),
P_("Color with which to error-indication underlines"),
P_("Color with which to draw error-indication underlines"),
GDK_TYPE_COLOR,
G_PARAM_READABLE));