return GTK_TOOLBAR_CHILD_RADIOBUTTON;
default:
- wxFAIL_MSG( _T("unknown toolbar child type") );
+ wxFAIL_MSG( wxT("unknown toolbar child type") );
// fall through
case wxITEM_NORMAL:
if ( !tool->m_item )
{
- wxFAIL_MSG( _T("gtk_toolbar_insert_element() failed") );
+ wxFAIL_MSG( wxT("gtk_toolbar_insert_element() failed") );
return false;
}
bool WXUNUSED(toggle))
{
// VZ: absolutely no idea about how to do it
- wxFAIL_MSG( _T("not implemented") );
+ wxFAIL_MSG( wxT("not implemented") );
}
// ----------------------------------------------------------------------------
wxCoord WXUNUSED(y)) const
{
// VZ: GTK+ doesn't seem to have such thing
- wxFAIL_MSG( _T("wxToolBar::FindToolForPosition() not implemented") );
+ wxFAIL_MSG( wxT("wxToolBar::FindToolForPosition() not implemented") );
return NULL;
}