X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/936f635341e9b92b37db93cc7781d564babbe25f..7a0a6cc8f61cb53ce1c76897489e1e363d1a1fa5:/src/msw/slider.cpp diff --git a/src/msw/slider.cpp b/src/msw/slider.cpp index 5eabd63b7d..275f2bb909 100644 --- a/src/msw/slider.cpp +++ b/src/msw/slider.cpp @@ -183,7 +183,7 @@ wxSlider::Create(wxWindow *parent, }; wxASSERT_MSG( !(style & wxSL_VERTICAL) || !(style & wxSL_HORIZONTAL), - _T("incompatible slider direction and orientation") ); + wxT("incompatible slider direction and orientation") ); // initialize everything