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