- tbarMenu->Append(IDM_TOOLBAR_TOGGLE_ANOTHER_TOOLBAR,
- "Toggle &another toolbar\tCtrl-A",
- "Show/hide another test toolbar",
- TRUE);
-
- tbarMenu->Append(IDM_TOOLBAR_TOGGLETOOLBARSIZE,
- "&Toggle toolbar size\tCtrl-S",
- "Toggle between big/small toolbar",
- TRUE);
- tbarMenu->Append(IDM_TOOLBAR_TOGGLETOOLBARORIENT,
- "Toggle toolbar &orientation\tCtrl-O",
- "Toggle toolbar orientation",
- TRUE);
- tbarMenu->Append(IDM_TOOLBAR_TOGGLETOOLBARROWS,
- "Toggle number of &rows\tCtrl-R",
- "Toggle number of toolbar rows between 1 and 2",
- TRUE);
+ tbarMenu->AppendCheckItem(IDM_TOOLBAR_TOGGLE_TOOLBAR,
+ _T("Toggle &toolbar\tCtrl-Z"),
+ _T("Show or hide the toolbar"));
+
+ tbarMenu->AppendCheckItem(IDM_TOOLBAR_TOGGLE_ANOTHER_TOOLBAR,
+ _T("Toggle &another toolbar\tCtrl-A"),
+ _T("Show/hide another test toolbar"));
+
+ tbarMenu->AppendCheckItem(IDM_TOOLBAR_TOGGLE_HORIZONTAL_TEXT,
+ _T("Toggle hori&zontal text\tCtrl-H"),
+ _T("Show text under/alongside the icon"));
+
+ tbarMenu->AppendCheckItem(IDM_TOOLBAR_TOGGLETOOLBARSIZE,
+ _T("&Toggle toolbar size\tCtrl-S"),
+ _T("Toggle between big/small toolbar"));
+
+ tbarMenu->AppendCheckItem(IDM_TOOLBAR_TOGGLETOOLBARORIENT,
+ _T("Toggle toolbar &orientation\tCtrl-O"),
+ _T("Toggle toolbar orientation"));
+
+ tbarMenu->AppendCheckItem(IDM_TOOLBAR_TOGGLETOOLBARROWS,
+ _T("Toggle number of &rows\tCtrl-R"),
+ _T("Toggle number of toolbar rows between 1 and 2"));