M_FONTDATA->m_style,
M_FONTDATA->m_weight,
M_FONTDATA->m_underlined,
- _T(""),
+ wxT(""),
M_FONTDATA->m_encoding);
if ( !font )
{
- wxFAIL_MSG( _T("Could not allocate even a default font -- something is wrong.") );
+ wxFAIL_MSG( wxT("Could not allocate even a default font -- something is wrong.") );
return (wxXFont*) NULL;
}