diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-02-13 19:26:23 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-02-13 19:26:23 +0000 |
| commit | e5217e86e3fe2169bfb02fae70e9285725a24955 (patch) | |
| tree | 15a6504c6cad1f2173d2cb05f2e9a39fadc23ab3 /src/widgets/font-selector.cpp | |
| parent | bulk whitespace removal patch #1198588 by gigaclon (diff) | |
| download | inkscape-e5217e86e3fe2169bfb02fae70e9285725a24955.tar.gz inkscape-e5217e86e3fe2169bfb02fae70e9285725a24955.zip | |
extending the font selector preview string (patch #1240559 by cmarqu)
(bzr r135)
Diffstat (limited to 'src/widgets/font-selector.cpp')
| -rw-r--r-- | src/widgets/font-selector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
