Fix typo in "aquamarine" colour name in generic wxFontDialog
Closes https://github.com/wxWidgets/wxWidgets/pull/876
This commit is contained in:
parent
b91ab1724c
commit
14c83f79a6
@ -233,7 +233,7 @@ static wxString wxColourDialogNames[NUM_COLS]={wxT("ORANGE"),
|
||||
wxT("FIREBRICK"),
|
||||
wxT("CORAL"),
|
||||
wxT("FOREST GREEN"),
|
||||
wxT("AQUARAMINE"),
|
||||
wxT("AQUAMARINE"),
|
||||
wxT("BLUE"),
|
||||
wxT("NAVY"),
|
||||
wxT("THISTLE"),
|
||||
|
Loading…
Reference in New Issue
Block a user