- wxASSERT_MSG( GetWindow(), _T("caret without window cannot be created") );
- wxASSERT_MSG( IsOk(), _T("caret of zero size cannot be created") );
+ wxASSERT_MSG( GetWindow(), T("caret without window cannot be created") );
+ wxASSERT_MSG( IsOk(), T("caret of zero size cannot be created") );