X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a8e893433a1a4c247cee125816608135bb7bd4b1..4e15d1caa03346c126015019c1fdf093033ef40b:/src/msw/power.cpp diff --git a/src/msw/power.cpp b/src/msw/power.cpp index e6b74936a2..9b147e17dd 100644 --- a/src/msw/power.cpp +++ b/src/msw/power.cpp @@ -48,7 +48,7 @@ static inline bool wxGetPowerStatus(SYSTEM_POWER_STATUS *sps) { if ( !::GetSystemPowerStatus(sps) ) { - wxLogLastError(_T("GetSystemPowerStatus()")); + wxLogLastError(wxT("GetSystemPowerStatus()")); return false; } @@ -76,7 +76,7 @@ wxPowerType wxGetPowerType() return wxPOWER_SOCKET; default: - wxLogDebug(_T("Unknown ACLineStatus=%u"), sps.ACLineStatus); + wxLogDebug(wxT("Unknown ACLineStatus=%u"), sps.ACLineStatus); case 255: break; }