From 53bcd59d91c3a683928c628a492f15b18beb6494 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Tue, 29 Jun 2004 18:05:39 +0000 Subject: add support for '\' symbol add support for '\' symbol --- src/PSEditWidget.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/PSEditWidget.cxx') diff --git a/src/PSEditWidget.cxx b/src/PSEditWidget.cxx index 6f4fc54..ff326a1 100644 --- a/src/PSEditWidget.cxx +++ b/src/PSEditWidget.cxx @@ -1,5 +1,5 @@ // -// "$Id: PSEditWidget.cxx,v 1.10 2004/06/29 17:26:20 hofmann Exp $" +// "$Id: PSEditWidget.cxx,v 1.11 2004/06/29 20:05:39 hofmann Exp $" // // PSEditWidget routines. // @@ -55,6 +55,7 @@ static struct { {"germandbls", "ß"}, {"parenleft", "("}, {"parenright", ")"}, + {"backslash", "\\"}, {NULL, NULL}}; static const char * glyph_to_char(char *glyph) { -- cgit v1.2.3