X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e90c1d2a19361551eb07778280f22be3e759cf64..ed2e7e59a9118ec16251130edefdbd2df5a3baf0:/src/generic/statline.cpp diff --git a/src/generic/statline.cpp b/src/generic/statline.cpp index b430f8d280..964385982f 100644 --- a/src/generic/statline.cpp +++ b/src/generic/statline.cpp @@ -55,7 +55,7 @@ bool wxStaticLine::Create( wxWindow *parent, wxSize sizeReal = AdjustSize(size); - m_statbox = new wxStaticBox(parent, id, T(""), pos, sizeReal, style, name); + m_statbox = new wxStaticBox(parent, id, wxT(""), pos, sizeReal, style, name); return TRUE; }