Fix typo in "aquamarine" colour name in generic wxFontDialog

Closes https://github.com/wxWidgets/wxWidgets/pull/876
This commit is contained in:
Vitaly Stakhovsky 2018-08-02 23:52:41 +02:00 committed by Vadim Zeitlin
parent b91ab1724c
commit 14c83f79a6

View File

@ -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"),