fontchooser: List font description as font description

Otherwise there will be two properties listed as "Font" in property
selectors (in Glade or testfontchooser).
This commit is contained in:
Benjamin Otte 2011-09-16 10:41:24 +02:00
parent a5f516c818
commit b95bbb5e39

View File

@ -77,7 +77,7 @@ gtk_font_chooser_default_init (GtkFontChooserInterface *iface)
g_object_interface_install_property
(iface,
g_param_spec_boxed ("font-desc",
P_("Font"),
P_("Font description"),
P_("Font description as a PangoFontDescription struct"),
PANGO_TYPE_FONT_DESCRIPTION,
GTK_PARAM_READWRITE));