- static const wxChar* aszChoices[] = { _T("Hello"), _T("world"), _T("and"),
- _T("goodbye"), _T("cruel"), _T("world"),
- _T("-------"), _T("owner-drawn"), _T("listbox") };
+ static const wxChar* aszChoices[] = { wxT("Hello"), wxT("world"), wxT("and"),
+ wxT("goodbye"), wxT("cruel"), wxT("world"),
+ wxT("-------"), wxT("owner-drawn"), wxT("listbox") };