Fix capitalization to match other style properties.

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

        * gtk/gtktextview.c (gtk_text_view_class_init): Fix
        capitalization to match other style properties.
This commit is contained in:
Owen Taylor
2004-02-29 21:43:14 +00:00
committed by Owen Taylor
parent 5f21c9c321
commit f57fd0cd59
6 changed files with 26 additions and 1 deletions

View File

@ -680,7 +680,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_("Error underline color"),
P_("Color with which to draw error-indication underlines"),
GDK_TYPE_COLOR,
G_PARAM_READABLE));