]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbox.cpp
Applied #10639 (Not all previewed fonts are displayed with the correct nameface)
[wxWidgets.git] / src / msw / statbox.cpp
index 14cb7674eb4799f42186076763b31e3e3e65c4c9..18abded0440ba9160111de6177d57f246037d2a9 100644 (file)
@@ -259,7 +259,7 @@ SubtractRectFromRgn(HRGN hrgn, int left, int top, int right, int bottom)
     AutoHRGN hrgnRect(::CreateRectRgn(left, top, right, bottom));
     if ( !hrgnRect )
     {
-        wxLogLastError(_T("CreateRectRgn()"));
+        wxLogLastError(wxT("CreateRectRgn()"));
         return;
     }