git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3102
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ( m_hasCaret )
{
wxWindow *winFocus = wxWindow::FindFocus();
if ( m_hasCaret )
{
wxWindow *winFocus = wxWindow::FindFocus();
- wxASSERT_MSG( winFocus == GetWindow(), "how did we lose focus?" );
+ wxASSERT_MSG( winFocus == GetWindow(), _T("how did we lose focus?") );
CALL_CARET_API(SetCaretPos, (m_x, m_y));
}
CALL_CARET_API(SetCaretPos, (m_x, m_y));
}
void wxBitmapCheckBox::SetLabel(const wxBitmap& bitmap)
{
void wxBitmapCheckBox::SetLabel(const wxBitmap& bitmap)
{
- wxFAIL_MSG("not implemented");
+ wxFAIL_MSG(_T("not implemented"));