summaryrefslogtreecommitdiffstats
path: root/src/widgets/font-selector.cpp
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-02-13 19:26:23 +0000
committerrwst <rwst@users.sourceforge.net>2006-02-13 19:26:23 +0000
commite5217e86e3fe2169bfb02fae70e9285725a24955 (patch)
tree15a6504c6cad1f2173d2cb05f2e9a39fadc23ab3 /src/widgets/font-selector.cpp
parentbulk whitespace removal patch #1198588 by gigaclon (diff)
downloadinkscape-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.cpp2
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;