From: Ove Kaaven Date: Thu, 10 Jun 1999 17:59:57 +0000 (+0000) Subject: Unicode fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bdb9dffbf6f7e0aa1473f78552a3f177da31ebdb Unicode fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/wincmn.cpp b/src/common/wincmn.cpp index cd92991e22..a877e35486 100644 --- a/src/common/wincmn.cpp +++ b/src/common/wincmn.cpp @@ -549,7 +549,7 @@ void wxWindowBase::SetCaret(wxCaret *caret) if ( m_caret ) { wxASSERT_MSG( m_caret->GetWindow() == this, - "caret should be created associated to this window" ); + _T("caret should be created associated to this window") ); } } #endif // wxUSE_CARET