- "&Monday first weekday\tCtrl-M",
- "Toggle between Mon and Sun as the first week day",
- TRUE);
- menuCal->Append(Calendar_Cal_Holidays, "Show &holidays\tCtrl-H",
- "Toggle highlighting the holidays",
- TRUE);
- menuCal->Append(Calendar_Cal_Special, "Highlight &special dates\tCtrl-S",
- "Test custom highlighting",
- TRUE);
+ _T("Monday &first weekday\tCtrl-F"),
+ _T("Toggle between Mon and Sun as the first week day"),
+ true);
+ menuCal->Append(Calendar_Cal_Holidays, _T("Show &holidays\tCtrl-H"),
+ _T("Toggle highlighting the holidays"),
+ true);
+ menuCal->Append(Calendar_Cal_Special, _T("Highlight &special dates\tCtrl-S"),
+ _T("Test custom highlighting"),
+ true);
+ menuCal->Append(Calendar_Cal_SurroundWeeks,
+ _T("Show s&urrounding weeks\tCtrl-W"),
+ _T("Show the neighbouring weeks in the prev/next month"),
+ true);
+ menuCal->AppendSeparator();
+ menuCal->Append(Calendar_Cal_SeqMonth,
+ _T("To&ggle month selector style\tCtrl-G"),
+ _T("Use another style for the calendar controls"),
+ true);
+ menuCal->Append(Calendar_Cal_Month, _T("&Month can be changed\tCtrl-M"),
+ _T("Allow changing the month in the calendar"),
+ true);
+ menuCal->Append(Calendar_Cal_Year, _T("&Year can be changed\tCtrl-Y"),
+ _T("Allow changing the year in the calendar"),
+ true);
+ menuCal->AppendSeparator();
+ 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."));