X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/605dfd9173b9ad855f47b369d31b5bf7fbd8df18..204e4cd6ee65758d39a89402a85ecd07ecf364f2:/samples/calendar/calendar.cpp diff --git a/samples/calendar/calendar.cpp b/samples/calendar/calendar.cpp index 710a20b00b..a19364dc5c 100644 --- a/samples/calendar/calendar.cpp +++ b/samples/calendar/calendar.cpp @@ -251,8 +251,8 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) _T("Allow changing the year in the calendar"), TRUE); menuCal->AppendSeparator(); - menuCal->Append(Calendar_Cal_SetDate, "SetDate()", "Set date to 2005-12-24."); - menuCal->Append(Calendar_Cal_Today, "Today()", "Set the current date."); + menuCal->Append(Calendar_Cal_SetDate, _T("SetDate()"), _T("Set date to 2005-12-24.")); + menuCal->Append(Calendar_Cal_Today, _T("Today()"), _T("Set the current date.")); // now append the freshly created menu to the menu bar... wxMenuBar *menuBar = new wxMenuBar;