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:
parent
b9d63db0bb
commit
dc5f681fa3
@ -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>
|
2006-12-30 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkaction.c: Improve the docs of the "label"
|
* gtk/gtkaction.c: Improve the docs of the "label"
|
||||||
|
@ -501,7 +501,7 @@ gtk_range_class_init (GtkRangeClass *class)
|
|||||||
gtk_widget_class_install_style_property (widget_class,
|
gtk_widget_class_install_style_property (widget_class,
|
||||||
g_param_spec_boolean ("trough-under-steppers",
|
g_param_spec_boolean ("trough-under-steppers",
|
||||||
P_("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,
|
TRUE,
|
||||||
GTK_PARAM_READABLE));
|
GTK_PARAM_READABLE));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user