]> git.saurik.com Git - wxWidgets.git/commitdiff
change shortcut for "Sort" to Ctrl-T to avoid conflict with another item using Ctrl...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 Jun 2008 14:06:12 +0000 (14:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 Jun 2008 14:06:12 +0000 (14:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/listctrl/listtest.cpp

index 6d1422e2661d791342be22b92ac497eceaddc683..27ec7f7bbe22638ee05a09205dc0ac89fa937178 100644 (file)
@@ -235,7 +235,7 @@ MyFrame::MyFrame(const wxChar *title)
     menuList->Append(LIST_SHOW_COL_INFO, _T("Show &column info\tCtrl-C"));
     menuList->Append(LIST_SHOW_SEL_INFO, _T("Show &selected items\tCtrl-S"));
     menuList->AppendSeparator();
-    menuList->Append(LIST_SORT, _T("&Sort\tCtrl-S"));
+    menuList->Append(LIST_SORT, _T("Sor&t\tCtrl-T"));
     menuList->AppendSeparator();
     menuList->Append(LIST_ADD, _T("&Append an item\tCtrl-P"));
     menuList->Append(LIST_EDIT, _T("&Edit the item\tCtrl-E"));