- if (wxMessageBox(_T("Do you wish to play again?"),
- _T("Well Done, You have won!"), wxYES_NO | wxICON_QUESTION) == wxYES)
+ if (wxMessageBox(wxT("Do you wish to play again?"),
+ wxT("Well Done, You have won!"), wxYES_NO | wxICON_QUESTION) == wxYES)