summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Fl_Help_View.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Fl_Help_View.cxx b/src/Fl_Help_View.cxx
index 7a091f62e..4b399e1b0 100644
--- a/src/Fl_Help_View.cxx
+++ b/src/Fl_Help_View.cxx
@@ -3693,7 +3693,8 @@ quote_char(const char *p) { // I - Quoted string
{ "yacute;", 7, 253 },
{ "yen;", 4, 165 },
{ "Yuml;", 5, 0x0178 },
- { "yuml;", 5, 255 }
+ { "yuml;", 5, 255 },
+ { "dagger;", 7, 0x2020 }
};
if (!strchr(p, ';')) return -1;