]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/region.cpp
Ensure that the default wxWebView backends are registered.
[wxWidgets.git] / src / os2 / region.cpp
index f84c63dde2e3e0a78a033bb77fe725f5239abc0b..90c7306c8da10993e289e0413f653a34683efd5e 100644 (file)
@@ -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: