diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/PSEditWidget.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
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) { |