X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkfontchooser.c;h=6f16b13a5f6594b2c1902cc7f687bb54be4a066d;hb=feb64f40b0f50735104da0a7fdafbe480763c180;hp=3abfb697be558940548a7aedb19287e51c2ea7cd;hpb=8219a413ff663825672e773d1537594706b16122;p=~andy%2Fgtk diff --git a/gtk/gtkfontchooser.c b/gtk/gtkfontchooser.c index 3abfb697b..6f16b13a5 100644 --- a/gtk/gtkfontchooser.c +++ b/gtk/gtkfontchooser.c @@ -15,9 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ #include "config.h" @@ -77,7 +75,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));