Unicode fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user