mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
parent
8d833752a9
commit
5f21c9c321
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user