Unicode fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ove Kaaven 1999-06-10 17:59:57 +00:00
parent 465db8da3f
commit bdb9dffbf6

View File

@ -549,7 +549,7 @@ void wxWindowBase::SetCaret(wxCaret *caret)
if ( m_caret ) if ( m_caret )
{ {
wxASSERT_MSG( m_caret->GetWindow() == this, 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 #endif // wxUSE_CARET