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/gtkstatusbar.c | |
parent | 263bce4445987c0ffee10438464106d55458f85e (diff) | |
download | gtk+-52711c24e8b24c395f014de9d96019b728a28cf1.tar.gz |
More canonical property names.
Diffstat (limited to 'gtk/gtkstatusbar.c')
-rw-r--r-- | gtk/gtkstatusbar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkstatusbar.c b/gtk/gtkstatusbar.c index 502b667d3e..fed30e6878 100644 --- a/gtk/gtkstatusbar.c +++ b/gtk/gtkstatusbar.c @@ -173,7 +173,7 @@ gtk_statusbar_class_init (GtkStatusbarClass *class) */ g_object_class_install_property (gobject_class, PROP_HAS_RESIZE_GRIP, - g_param_spec_boolean ("has_resize_grip", + g_param_spec_boolean ("has-resize-grip", P_("Has Resize Grip"), P_("Whether the statusbar has a grip for resizing the toplevel"), TRUE, @@ -200,7 +200,7 @@ gtk_statusbar_class_init (GtkStatusbarClass *class) G_TYPE_STRING); gtk_widget_class_install_style_property (widget_class, - g_param_spec_enum ("shadow_type", + g_param_spec_enum ("shadow-type", P_("Shadow type"), P_("Style of bevel around the statusbar text"), GTK_TYPE_SHADOW_TYPE, |