summaryrefslogtreecommitdiff
path: root/gtk/gtktogglebutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-03-09 06:15:13 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-03-09 06:15:13 +0000
commit52711c24e8b24c395f014de9d96019b728a28cf1 (patch)
treea14adea19950f5915458e44c9be22af11bf3855c /gtk/gtktogglebutton.c
parent263bce4445987c0ffee10438464106d55458f85e (diff)
downloadgtk+-52711c24e8b24c395f014de9d96019b728a28cf1.tar.gz
More canonical property names.
Diffstat (limited to 'gtk/gtktogglebutton.c')
-rw-r--r--gtk/gtktogglebutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktogglebutton.c b/gtk/gtktogglebutton.c
index f29ef7dc1c..fd846403bb 100644
--- a/gtk/gtktogglebutton.c
+++ b/gtk/gtktogglebutton.c
@@ -146,7 +146,7 @@ gtk_toggle_button_class_init (GtkToggleButtonClass *class)
g_object_class_install_property (gobject_class,
PROP_DRAW_INDICATOR,
- g_param_spec_boolean ("draw_indicator",
+ g_param_spec_boolean ("draw-indicator",
P_("Draw Indicator"),
P_("If the toggle part of the button is displayed"),
FALSE,