X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d4ee50b0a9bf529328fbbe98ec22d9262f91513..7a0a6cc8f61cb53ce1c76897489e1e363d1a1fa5:/src/msw/choice.cpp diff --git a/src/msw/choice.cpp b/src/msw/choice.cpp index 44f08b6985..55f5106096 100644 --- a/src/msw/choice.cpp +++ b/src/msw/choice.cpp @@ -117,8 +117,8 @@ bool wxChoice::Create(wxWindow *parent, wxASSERT_MSG( !(style & wxCB_DROPDOWN) && !(style & wxCB_READONLY) && !(style & wxCB_SIMPLE), - _T("this style flag is ignored by wxChoice, you ") - _T("probably want to use a wxComboBox") ); + wxT("this style flag is ignored by wxChoice, you ") + wxT("probably want to use a wxComboBox") ); return CreateAndInit(parent, id, pos, size, n, choices, style, validator, name);