[gtk+] fontchooser: List font description as font description



commit b95bbb5e39349483dcdca97a421e85b6ceb1e08f
Author: Benjamin Otte <otte redhat com>
Date:   Fri Sep 16 10:41:24 2011 +0200

    fontchooser: List font description as font description
    
    Otherwise there will be two properties listed as "Font" in property
    selectors (in Glade or testfontchooser).

 gtk/gtkfontchooser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkfontchooser.c b/gtk/gtkfontchooser.c
index 3abfb69..e5d65c6 100644
--- a/gtk/gtkfontchooser.c
+++ b/gtk/gtkfontchooser.c
@@ -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));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]