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/gtktext.c | |
parent | 263bce4445987c0ffee10438464106d55458f85e (diff) | |
download | gtk+-52711c24e8b24c395f014de9d96019b728a28cf1.tar.gz |
More canonical property names.
Diffstat (limited to 'gtk/gtktext.c')
-rw-r--r-- | gtk/gtktext.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktext.c b/gtk/gtktext.c index 1bf1fdccb1..f78e8ba316 100644 --- a/gtk/gtktext.c +++ b/gtk/gtktext.c @@ -615,7 +615,7 @@ gtk_text_class_init (GtkTextClass *class) g_object_class_install_property (gobject_class, PROP_LINE_WRAP, - g_param_spec_boolean ("line_wrap", + g_param_spec_boolean ("line-wrap", P_("Line Wrap"), P_("Whether lines are wrapped at widget edges"), TRUE, @@ -623,7 +623,7 @@ gtk_text_class_init (GtkTextClass *class) g_object_class_install_property (gobject_class, PROP_WORD_WRAP, - g_param_spec_boolean ("word_wrap", + g_param_spec_boolean ("word-wrap", P_("Word Wrap"), P_("Whether words are wrapped at widget edges"), FALSE, |