]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statline.cpp
Fix MSW compilation with wxUSE_DEFERRED_SIZING==0.
[wxWidgets.git] / src / msw / statline.cpp
index 4c902f5398b0f87def7e428f230342074fbe2688..24cd55c91cb527f50abd8f33ca76de86b2d2068e 100644 (file)
@@ -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