Skip to content

Commit b0e0c35

Browse files
committed
Update doc of Fl_Help_View following addition of html entity †
1 parent 64de9bd commit b0e0c35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FL/Fl_Help_View.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ struct Fl_Help_Target {
174174
- Aacute aacute Acirc acirc acute AElig aelig Agrave agrave amp Aring aring Atilde atilde Auml auml
175175
- brvbar bull
176176
- Ccedil ccedil cedil cent copy curren
177-
- deg divide
177+
- dagger deg divide
178178
- Eacute eacute Ecirc ecirc Egrave egrave ETH eth Euml euml euro
179179
- frac12 frac14 frac34
180180
- gt

src/Fl_Help_View.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3613,6 +3613,7 @@ quote_char(const char *p) { // I - Quoted string
36133613
{ "cent;", 5, 162 },
36143614
{ "copy;", 5, 169 },
36153615
{ "curren;", 7, 164 },
3616+
{ "dagger;", 7, 0x2020 },
36163617
{ "deg;", 4, 176 },
36173618
{ "divide;", 7, 247 },
36183619
{ "Eacute;", 7, 201 },
@@ -3693,8 +3694,7 @@ quote_char(const char *p) { // I - Quoted string
36933694
{ "yacute;", 7, 253 },
36943695
{ "yen;", 4, 165 },
36953696
{ "Yuml;", 5, 0x0178 },
3696-
{ "yuml;", 5, 255 },
3697-
{ "dagger;", 7, 0x2020 }
3697+
{ "yuml;", 5, 255 }
36983698
};
36993699

37003700
if (!strchr(p, ';')) return -1;

0 commit comments

Comments
 (0)