From: rwst Date: Mon, 13 Feb 2006 19:26:23 +0000 (+0000) Subject: extending the font selector preview string (patch #1240559 by cmarqu) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bb0242d24c43571ef0f22fe2be20b0696267d021;p=inkscape.git extending the font selector preview string (patch #1240559 by cmarqu) --- diff --git a/src/widgets/font-selector.cpp b/src/widgets/font-selector.cpp index b73ef5fc1..d7e10e57d 100644 --- a/src/widgets/font-selector.cpp +++ b/src/widgets/font-selector.cpp @@ -519,7 +519,7 @@ static gint sp_font_preview_expose(GtkWidget *widget, GdkEventExpose *event) * text has been entered) to get a preview of the font. Choose * some representative characters that users of your locale will be * interested in. */ - p = _("AaBbCcIiPpQq12368.;/()"); + p = _("AaBbCcIiPpQq12369$\342\202\254\302\242?.;/()"); } int len = 0;