diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-07-01 16:10:31 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-07-01 16:10:31 +0200 |
| commit | b0e0c355edaa2e23148cb0260ada907aec930f05 (patch) | |
| tree | 39321d6036a30daace2b7843a82d65eb1d8ef73b /src/Fl_Help_View.cxx | |
| parent | 64de9bd3fcbef7ae37e015675fcfe29eaeca88cd (diff) | |
Update doc of Fl_Help_View following addition of html entity †
Diffstat (limited to 'src/Fl_Help_View.cxx')
| -rw-r--r-- | src/Fl_Help_View.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Help_View.cxx b/src/Fl_Help_View.cxx index 4b399e1b0..fc0dd409d 100644 --- a/src/Fl_Help_View.cxx +++ b/src/Fl_Help_View.cxx @@ -3613,6 +3613,7 @@ quote_char(const char *p) { // I - Quoted string { "cent;", 5, 162 }, { "copy;", 5, 169 }, { "curren;", 7, 164 }, + { "dagger;", 7, 0x2020 }, { "deg;", 4, 176 }, { "divide;", 7, 247 }, { "Eacute;", 7, 201 }, @@ -3693,8 +3694,7 @@ quote_char(const char *p) { // I - Quoted string { "yacute;", 7, 253 }, { "yen;", 4, 165 }, { "Yuml;", 5, 0x0178 }, - { "yuml;", 5, 255 }, - { "dagger;", 7, 0x2020 } + { "yuml;", 5, 255 } }; if (!strchr(p, ';')) return -1; |
