- menuFile->Append(Except_ThrowInt, _T("Throw an &int\tCtrl-I"));
- menuFile->Append(Except_ThrowString, _T("Throw a &string\tCtrl-S"));
- menuFile->Append(Except_ThrowObject, _T("Throw an &object\tCtrl-O"));
+ menuFile->Append(Except_ThrowInt, wxT("Throw an &int\tCtrl-I"));
+ menuFile->Append(Except_ThrowString, wxT("Throw a &string\tCtrl-S"));
+ menuFile->Append(Except_ThrowObject, wxT("Throw an &object\tCtrl-O"));