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