X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/23205be83c2a88b1aa7204d2cee52ca8a755e698..9d5507f7a2701395e1d5c121bd877bb9066ee6ea:/src/dfb/overlay.cpp diff --git a/src/dfb/overlay.cpp b/src/dfb/overlay.cpp index 6b7f4b2b30..80ee371efe 100644 --- a/src/dfb/overlay.cpp +++ b/src/dfb/overlay.cpp @@ -101,7 +101,7 @@ void wxOverlayImpl::EndDrawing(wxWindowDC *dc) void wxOverlayImpl::Clear(wxWindowDC *dc) { wxASSERT_MSG( IsOk(), - _T("You cannot Clear an overlay that is not initialized") ); + "You cannot Clear an overlay that is not initialized" ); m_isEmpty = true; }