void wxConvAuto::SetFallbackEncoding(wxFontEncoding enc)
{
wxASSERT_MSG( enc != wxFONTENCODING_DEFAULT,
- _T("wxFONTENCODING_DEFAULT doesn't make sense here") );
+ wxT("wxFONTENCODING_DEFAULT doesn't make sense here") );
ms_defaultMBEncoding = enc;
}
break;
default:
- wxFAIL_MSG( _T("unexpected BOM type") );
+ wxFAIL_MSG( wxT("unexpected BOM type") );
// fall through: still need to create something
case BOM_None:
break;
default:
- wxFAIL_MSG( _T("unexpected BOM type") );
+ wxFAIL_MSG( wxT("unexpected BOM type") );
// fall through: still need to create something
case BOM_None: