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