diff options
author | Johannes Hofmann <johannes.hofmann@gmx.de> | 2004-06-29 18:05:39 +0000 |
---|---|---|
committer | Johannes Hofmann <johannes.hofmann@gmx.de> | 2004-06-29 18:05:39 +0000 |
commit | 53bcd59d91c3a683928c628a492f15b18beb6494 (patch) | |
tree | 3f79081d58f8037f6e2bc189f387ba678b7af45f /src | |
parent | f2fd45ae52f56fe0c738dd0b95aecdf52b252962 (diff) |
add support for '\' symbol
add support for '\' symbol
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) { |