...
namespace
{
#if wxCHECK_VERSION(3, 1, 0)
static const char* wxsColourLabels[] = {
#else
static const wxChar* wxsColourLabels[] = {
#endif // wxCHECK_VERSION
_("Default"),
_("Custom"),
_("Scrollbar"),
_("Desktop"),
_("Active window caption"),
_("Inactive window caption"),
_("Menu background"),
_("Window background"),
_("Window frame"),
_("Menu text"),
_("Text in window"),
_("Text in window caption"),
_("Active window border"),
_("Inactive window border"),
_("Background for MDI apps"),
_("Selected item"),
_("Text of selected item"),
_("Face of button"),
_("Edge of button"),
_("Grayed (disabled) text"),
_("Text on buttons"),
_("Text of inactive caption"),
_("Highlight colour for buttons"),
_("Dark shadow for 3D items"),
_("Light for 3D items"),
_("Tooltip text"),
_("Tooltip background"),
_("Listbox"),
_("Hot light"),
_("Gradient of active caption"),
_("Gradnent of inactive caption"),
_("Selected menu item"),
_("Menu bar"),
0
};
...