From 52711c24e8b24c395f014de9d96019b728a28cf1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 9 Mar 2005 06:15:13 +0000 Subject: More canonical property names. --- gtk/gtkfilesel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtkfilesel.c') diff --git a/gtk/gtkfilesel.c b/gtk/gtkfilesel.c index a36aa4484b..7324e49b4e 100644 --- a/gtk/gtkfilesel.c +++ b/gtk/gtkfilesel.c @@ -563,7 +563,7 @@ gtk_file_selection_class_init (GtkFileSelectionClass *class) G_PARAM_READABLE | G_PARAM_WRITABLE)); g_object_class_install_property (gobject_class, PROP_SHOW_FILEOPS, - g_param_spec_boolean ("show_fileops", + g_param_spec_boolean ("show-fileops", P_("Show file operations"), P_("Whether buttons for creating/manipulating files should be displayed"), FALSE, @@ -571,7 +571,7 @@ gtk_file_selection_class_init (GtkFileSelectionClass *class) G_PARAM_WRITABLE)); g_object_class_install_property (gobject_class, PROP_SELECT_MULTIPLE, - g_param_spec_boolean ("select_multiple", + g_param_spec_boolean ("select-multiple", P_("Select multiple"), P_("Whether to allow multiple files to be selected"), FALSE, -- cgit v1.2.1