X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/beb9e8f2eda04520eb9a31e95315a88b1acd3179..e8b90482676205a0fc997be9fcdc47ef62a37211:/samples/listctrl/listtest.cpp diff --git a/samples/listctrl/listtest.cpp b/samples/listctrl/listtest.cpp index 39d35d4d46..bbf8ea7207 100644 --- a/samples/listctrl/listtest.cpp +++ b/samples/listctrl/listtest.cpp @@ -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"));