]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/choice.cpp
Fix wxGrid compilation with MSVC7.
[wxWidgets.git] / src / msw / choice.cpp
index 44f08b6985b4350e3edb6bb910d3d3ad2f16863d..55f5106096f40a516c45c79c3f9db2dc27f52746 100644 (file)
@@ -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);