Typo fix. (#352121, Clytie Siddall)

2006-12-30  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkrange.c: Typo fix.  (#352121, Clytie Siddall)



svn path=/trunk/; revision=16989
This commit is contained in:
Matthias Clasen 2006-12-31 05:09:01 +00:00 committed by Matthias Clasen
parent b9d63db0bb
commit dc5f681fa3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrange.c: Typo fix. (#352121, Clytie Siddall)
2006-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkaction.c: Improve the docs of the "label"

View File

@ -501,7 +501,7 @@ gtk_range_class_init (GtkRangeClass *class)
gtk_widget_class_install_style_property (widget_class,
g_param_spec_boolean ("trough-under-steppers",
P_("Trough Under Steppers"),
P_("Whether to draw trought for full length of range or exclude the steppers and spacing"),
P_("Whether to draw trough for full length of range or exclude the steppers and spacing"),
TRUE,
GTK_PARAM_READABLE));