X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57bd4c6031d438f11af0ec540136f49a928b923c..a7d354c6d75a32033f62b8ecadd837519b35b3ef:/src/msw/statline.cpp?ds=sidebyside diff --git a/src/msw/statline.cpp b/src/msw/statline.cpp index 4c902f5398..24cd55c91c 100644 --- a/src/msw/statline.cpp +++ b/src/msw/statline.cpp @@ -108,7 +108,7 @@ bool wxStaticLine::Create(wxWindow *parent, if ( !CreateControl(parent, id, pos, size, style, wxDefaultValidator, name) ) return false; - return MSWCreateControl(_T("STATIC"), wxEmptyString, pos, size); + return MSWCreateControl(wxT("STATIC"), wxEmptyString, pos, size); } WXDWORD wxStaticLine::MSWGetStyle(long style, WXDWORD *exstyle) const