summaryrefslogtreecommitdiff
path: root/gtk/gtkscale.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkscale.c')
-rw-r--r--gtk/gtkscale.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c
index ed61b3d4c5..2a9150a4ab 100644
--- a/gtk/gtkscale.c
+++ b/gtk/gtkscale.c
@@ -178,7 +178,7 @@ gtk_scale_class_init (GtkScaleClass *class)
g_object_class_install_property (gobject_class,
PROP_DRAW_VALUE,
- g_param_spec_boolean ("draw_value",
+ g_param_spec_boolean ("draw-value",
P_("Draw Value"),
P_("Whether the current value is displayed as a string next to the slider"),
FALSE,
@@ -186,7 +186,7 @@ gtk_scale_class_init (GtkScaleClass *class)
g_object_class_install_property (gobject_class,
PROP_VALUE_POS,
- g_param_spec_enum ("value_pos",
+ g_param_spec_enum ("value-pos",
P_("Value Position"),
P_("The position in which the current value is displayed"),
GTK_TYPE_POSITION_TYPE,
@@ -194,7 +194,7 @@ gtk_scale_class_init (GtkScaleClass *class)
G_PARAM_READWRITE));
gtk_widget_class_install_style_property (widget_class,
- g_param_spec_int ("slider_length",
+ g_param_spec_int ("slider-length",
P_("Slider Length"),
P_("Length of scale's slider"),
0,
@@ -203,7 +203,7 @@ gtk_scale_class_init (GtkScaleClass *class)
G_PARAM_READABLE));
gtk_widget_class_install_style_property (widget_class,
- g_param_spec_int ("value_spacing",
+ g_param_spec_int ("value-spacing",
P_("Value spacing"),
P_("Space between value text and the slider/trough area"),
0,