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/gtkdialog.c | |
parent | 263bce4445987c0ffee10438464106d55458f85e (diff) | |
download | gtk+-52711c24e8b24c395f014de9d96019b728a28cf1.tar.gz |
More canonical property names.
Diffstat (limited to 'gtk/gtkdialog.c')
-rw-r--r-- | gtk/gtkdialog.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index 77191f4293..da1ea326ba 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.c @@ -144,7 +144,7 @@ gtk_dialog_class_init (GtkDialogClass *class) g_object_class_install_property (gobject_class, PROP_HAS_SEPARATOR, - g_param_spec_boolean ("has_separator", + g_param_spec_boolean ("has-separator", P_("Has separator"), P_("The dialog has a separator bar above its buttons"), TRUE, @@ -170,7 +170,7 @@ gtk_dialog_class_init (GtkDialogClass *class) G_TYPE_NONE, 0); gtk_widget_class_install_style_property (widget_class, - g_param_spec_int ("content_area_border", + g_param_spec_int ("content-area-border", P_("Content area border"), P_("Width of border around the main dialog area"), 0, @@ -178,7 +178,7 @@ gtk_dialog_class_init (GtkDialogClass *class) 2, G_PARAM_READABLE)); gtk_widget_class_install_style_property (widget_class, - g_param_spec_int ("button_spacing", + g_param_spec_int ("button-spacing", P_("Button spacing"), P_("Spacing between buttons"), 0, @@ -187,7 +187,7 @@ gtk_dialog_class_init (GtkDialogClass *class) G_PARAM_READABLE)); gtk_widget_class_install_style_property (widget_class, - g_param_spec_int ("action_area_border", + g_param_spec_int ("action-area-border", P_("Action area border"), P_("Width of border around the button area at the bottom of the dialog"), 0, |