]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/nativdlg.cpp
Fix drawing of bitmaps with masks in mirrored wxDC.
[wxWidgets.git] / src / msw / nativdlg.cpp
index b7ba64f61310acc4e55ef5668c7f242a59351262..d5cce1f1e547d7d2922c2dd13bff2f256f11c7a6 100644 (file)
@@ -162,7 +162,7 @@ wxWindow* wxWindow::GetWindowChild(wxWindowID id)
 
 wxWindow* wxWindow::CreateWindowFromHWND(wxWindow* parent, WXHWND hWnd)
 {
-    wxCHECK_MSG( parent, NULL, _T("must have valid parent for a control") );
+    wxCHECK_MSG( parent, NULL, wxT("must have valid parent for a control") );
 
     wxString str(wxGetWindowClass(hWnd));
     str.UpperCase();