X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6de7047076f388adc95b2eb5c95d5860d65f2f7d..69f82505ec2cddcd3ecd8d8bed6af0bc3056e576:/src/dfb/window.cpp diff --git a/src/dfb/window.cpp b/src/dfb/window.cpp index e97567ebe3..6fed4e69f4 100644 --- a/src/dfb/window.cpp +++ b/src/dfb/window.cpp @@ -801,7 +801,7 @@ void wxWindowDFB::RemoveOverlay(wxOverlayImpl *overlay) #define KEY(dfb, wx) \ case dfb: \ wxLogTrace(TRACE_EVENTS, \ - _T("key " #dfb " mapped to " #wx)); \ + wxT("key " #dfb " mapped to " #wx)); \ return wx // returns translated keycode, i.e. the one for KEYUP/KEYDOWN where 'a'..'z' is