- static const wxChar* aszColors[] = { _T("Red"), _T("Blue"), _T("Pink"),
- _T("Green"), _T("Yellow"),
- _T("Black"), _T("Violet") };
- struct { unsigned int r, g, b; } aColors[] =
- {
- {255,0,0}, {0,0,255}, {255,128,192},
- {0,255,0}, {255,255,128},
- {0,0,0}, {128,0,255}
- };
+ static const wxChar* aszColors[] = { wxT("Red"), wxT("Blue"), wxT("Pink"),
+ wxT("Green"), wxT("Yellow"),
+ wxT("Black"), wxT("Violet") };