X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7520f3da332d64a676b6f7d27a56004fabf2db36..7313db77a7c6d9606c258145994b27ab993f0883:/src/msw/popupwin.cpp diff --git a/src/msw/popupwin.cpp b/src/msw/popupwin.cpp index d28e3cdfa6..75e2c70f82 100644 --- a/src/msw/popupwin.cpp +++ b/src/msw/popupwin.cpp @@ -100,7 +100,7 @@ bool wxPopupWindow::Show(bool show) // raise to top of z order if (!::SetWindowPos(GetHwnd(), HWND_TOP, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE)) { - wxLogLastError(_T("SetWindowPos")); + wxLogLastError(wxT("SetWindowPos")); } // and set it as the foreground window so the mouse can be captured