X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d8c89c487d47c0f5a9c4a3cfe2010f04d54939f5..ede7b01760e920b31520b15c919445db882a8012:/include/wx/msw/private/dc.h diff --git a/include/wx/msw/private/dc.h b/include/wx/msw/private/dc.h index 85b4140f6b..0f4c428285 100644 --- a/include/wx/msw/private/dc.h +++ b/include/wx/msw/private/dc.h @@ -72,7 +72,7 @@ protected: m_oldColFg = ::SetTextColor(m_hdc, colFg); if ( m_oldColFg == CLR_INVALID ) { - wxLogLastError(_T("SetTextColor")); + wxLogLastError(wxT("SetTextColor")); } } else @@ -85,7 +85,7 @@ protected: m_oldColBg = ::SetBkColor(m_hdc, colBg); if ( m_oldColBg == CLR_INVALID ) { - wxLogLastError(_T("SetBkColor")); + wxLogLastError(wxT("SetBkColor")); } } else @@ -131,7 +131,7 @@ protected: : OPAQUE); if ( !m_oldMode ) { - wxLogLastError(_T("SetBkMode")); + wxLogLastError(wxT("SetBkMode")); } }