summaryrefslogtreecommitdiff
path: root/gtk/gtkfontsel.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/gtkfontsel.c
parent263bce4445987c0ffee10438464106d55458f85e (diff)
downloadgtk+-52711c24e8b24c395f014de9d96019b728a28cf1.tar.gz
More canonical property names.
Diffstat (limited to 'gtk/gtkfontsel.c')
-rw-r--r--gtk/gtkfontsel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfontsel.c b/gtk/gtkfontsel.c
index dbec22c61f..ff621b70ab 100644
--- a/gtk/gtkfontsel.c
+++ b/gtk/gtkfontsel.c
@@ -211,7 +211,7 @@ gtk_font_selection_class_init (GtkFontSelectionClass *klass)
g_object_class_install_property (gobject_class,
PROP_FONT_NAME,
- g_param_spec_string ("font_name",
+ g_param_spec_string ("font-name",
P_("Font name"),
P_("The X string that represents this font"),
NULL,
@@ -225,7 +225,7 @@ gtk_font_selection_class_init (GtkFontSelectionClass *klass)
G_PARAM_READABLE));
g_object_class_install_property (gobject_class,
PROP_PREVIEW_TEXT,
- g_param_spec_string ("preview_text",
+ g_param_spec_string ("preview-text",
P_("Preview text"),
P_("The text to display in order to demonstrate the selected font"),
PREVIEW_TEXT,