]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/statline.cpp
Added missing files to project file.
[wxWidgets.git] / src / generic / statline.cpp
index 31bbdec49ed4c37687e7a37d19df5d66f315c546..964385982f45ed34a142b25c3e45820f73fedd39 100644 (file)
@@ -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;
 }