diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-03-09 06:15:13 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-03-09 06:15:13 +0000 |
commit | 52711c24e8b24c395f014de9d96019b728a28cf1 (patch) | |
tree | a14adea19950f5915458e44c9be22af11bf3855c /gtk/gtktoggleaction.c | |
parent | 263bce4445987c0ffee10438464106d55458f85e (diff) | |
download | gtk+-52711c24e8b24c395f014de9d96019b728a28cf1.tar.gz |
More canonical property names.
Diffstat (limited to 'gtk/gtktoggleaction.c')
-rw-r--r-- | gtk/gtktoggleaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktoggleaction.c b/gtk/gtktoggleaction.c index accc86c068..92a9793415 100644 --- a/gtk/gtktoggleaction.c +++ b/gtk/gtktoggleaction.c @@ -126,7 +126,7 @@ gtk_toggle_action_class_init (GtkToggleActionClass *klass) g_object_class_install_property (gobject_class, PROP_DRAW_AS_RADIO, - g_param_spec_boolean ("draw_as_radio", + g_param_spec_boolean ("draw-as-radio", P_("Create the same proxies as a radio action"), P_("Whether the proxies for this action look like radio action proxies"), FALSE, |