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/gtkcellrenderercombo.c | |
parent | 263bce4445987c0ffee10438464106d55458f85e (diff) | |
download | gdk-pixbuf-52711c24e8b24c395f014de9d96019b728a28cf1.tar.gz |
More canonical property names.
Diffstat (limited to 'gtk/gtkcellrenderercombo.c')
-rw-r--r-- | gtk/gtkcellrenderercombo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcellrenderercombo.c b/gtk/gtkcellrenderercombo.c index 1f027468d..ba3cb6655 100644 --- a/gtk/gtkcellrenderercombo.c +++ b/gtk/gtkcellrenderercombo.c @@ -105,7 +105,7 @@ gtk_cell_renderer_combo_class_init (GtkCellRendererComboClass *klass) */ g_object_class_install_property (object_class, PROP_TEXT_COLUMN, - g_param_spec_int ("text_column", + g_param_spec_int ("text-column", P_("Text Column"), P_("A column in the data source model to get the strings from"), -1, @@ -123,7 +123,7 @@ gtk_cell_renderer_combo_class_init (GtkCellRendererComboClass *klass) */ g_object_class_install_property (object_class, PROP_HAS_ENTRY, - g_param_spec_boolean ("has_entry", + g_param_spec_boolean ("has-entry", P_("Has Entry"), P_("If FALSE, don't allow to enter strings other than the chosen ones"), TRUE, |