no changes, just fix a typo in a menu item label

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2009-04-25 16:26:18 +00:00
parent beb9e8f2ed
commit f5c7443361

View File

@ -236,7 +236,7 @@ MyFrame::MyFrame(const wxChar *title)
menuList->Append(LIST_SHOW_VIEW_RECT, _T("Show &view rect"));
#ifdef wxHAS_LISTCTRL_COLUMN_ORDER
menuList->Append(LIST_SET_COL_ORDER, _T("Se&t columns order\tShift-Ctrl-O"));
menuList->Append(LIST_GET_COL_ORDER, _T("Show&w columns order\tCtrl-O"));
menuList->Append(LIST_GET_COL_ORDER, _T("Sho&w columns order\tCtrl-O"));
#endif // wxHAS_LISTCTRL_COLUMN_ORDER
menuList->AppendSeparator();
menuList->Append(LIST_SORT, _T("Sor&t\tCtrl-T"));