- menuReport->Append(DebugRpt_Crash, _T("Report for &crash\tCtrl-C"),
- _T("Provoke a crash inside the program and create report for it"));
- menuReport->Append(DebugRpt_Current, _T("Report for c&urrent context\tCtrl-U"),
- _T("Create report for the current program context"));
- menuReport->Append(DebugRpt_Paint, _T("Report for &paint handler\tCtrl-P"),
- _T("Provoke a repeatable crash in wxEVT_PAINT handler"));
+ menuReport->Append(DebugRpt_Crash, wxT("Report for &crash\tCtrl-C"),
+ wxT("Provoke a crash inside the program and create report for it"));
+ menuReport->Append(DebugRpt_Current, wxT("Report for c&urrent context\tCtrl-U"),
+ wxT("Create report for the current program context"));
+ menuReport->Append(DebugRpt_Paint, wxT("Report for &paint handler\tCtrl-P"),
+ wxT("Provoke a repeatable crash in wxEVT_PAINT handler"));