X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7183e38becd5121af4c96ceabd62fa71746442f5..53faea431638ee5c0013a2c888215c751fa6437b:/src/generic/statline.cpp

diff --git a/src/generic/statline.cpp b/src/generic/statline.cpp
index 31bbdec49e..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;
 }