- wxCHECK_MSG(m_Toolbar, NULL, _T("Incorrect syntax of XML resource: tool not within a toolbar!"));
- m_Toolbar->AddTool(GetID(),
- GetBitmap(_T("bitmap")),
- GetBitmap(_T("bitmap2")),
- GetBool(_T("toggle")),
+ wxCHECK_MSG(m_toolbar, NULL, wxT("Incorrect syntax of XML resource: tool not within a toolbar!"));
+ m_toolbar->AddTool(GetID(),
+ GetBitmap(wxT("bitmap")),
+ GetBitmap(wxT("bitmap2")),
+ GetBool(wxT("toggle")),