X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e39b5fa45715cd6ccc011305ea247b5d85f36a8d..404b319a85dadd7decf7a5a5331020520031a41c:/src/os2/region.cpp diff --git a/src/os2/region.cpp b/src/os2/region.cpp index f84c63dde2..90c7306c8d 100644 --- a/src/os2/region.cpp +++ b/src/os2/region.cpp @@ -260,7 +260,7 @@ bool wxRegion::DoOffset( wxCoord x, wxCoord y ) #if 0 if ( ::OffsetRgn(GetHrgn(), x, y) == ERROR ) { - wxLogLastError(_T("OffsetRgn")); + wxLogLastError(wxT("OffsetRgn")); return false; } @@ -297,7 +297,7 @@ bool wxRegion::DoCombine( const wxRegion& rRegion, wxRegionOp eOp ) break; default: - wxFAIL_MSG( _T("unknown region operation") ); + wxFAIL_MSG( wxT("unknown region operation") ); // fall through case wxRGN_AND: