summaryrefslogtreecommitdiff
path: root/gtk/gtkcalendar.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/gtkcalendar.c
parent263bce4445987c0ffee10438464106d55458f85e (diff)
downloadgdk-pixbuf-52711c24e8b24c395f014de9d96019b728a28cf1.tar.gz
More canonical property names.
Diffstat (limited to 'gtk/gtkcalendar.c')
-rw-r--r--gtk/gtkcalendar.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c
index e4ddf18b4..69a3e8410 100644
--- a/gtk/gtkcalendar.c
+++ b/gtk/gtkcalendar.c
@@ -496,7 +496,7 @@ gtk_calendar_class_init (GtkCalendarClass *class)
*/
g_object_class_install_property (gobject_class,
PROP_SHOW_HEADING,
- g_param_spec_boolean ("show_heading",
+ g_param_spec_boolean ("show-heading",
P_("Show Heading"),
P_("If TRUE, a heading is displayed"),
TRUE,
@@ -511,7 +511,7 @@ gtk_calendar_class_init (GtkCalendarClass *class)
*/
g_object_class_install_property (gobject_class,
PROP_SHOW_DAY_NAMES,
- g_param_spec_boolean ("show_day_names",
+ g_param_spec_boolean ("show-day-names",
P_("Show Day Names"),
P_("If TRUE, day names are displayed"),
TRUE,
@@ -525,7 +525,7 @@ gtk_calendar_class_init (GtkCalendarClass *class)
*/
g_object_class_install_property (gobject_class,
PROP_NO_MONTH_CHANGE,
- g_param_spec_boolean ("no_month_change",
+ g_param_spec_boolean ("no-month-change",
P_("No Month Change"),
P_("If TRUE, the selected month cannot be changed"),
FALSE,
@@ -540,7 +540,7 @@ gtk_calendar_class_init (GtkCalendarClass *class)
*/
g_object_class_install_property (gobject_class,
PROP_SHOW_WEEK_NUMBERS,
- g_param_spec_boolean ("show_week_numbers",
+ g_param_spec_boolean ("show-week-numbers",
P_("Show Week Numbers"),
P_("If TRUE, week numbers are displayed"),
FALSE,