- strSelection.sprintf(_T("item %d double clicked"), m_pListBox->GetSelection());
- wxMessageDialog dialog(this, strSelection);
+ strSelection.sprintf(wxT("Item %d double clicked"), m_pListBox->GetSelection());
+ wxMessageDialog dialog(this, strSelection, wxT("wxCheckListBox message"), wxICON_INFORMATION);