]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/listctrl/listtest.cpp
compilation fix for wxOSX_USE_EXPERIMENTAL_FONTDIALOG==0 (closes #10834)
[wxWidgets.git] / samples / listctrl / listtest.cpp
index 39d35d4d460a52e80646553af6a26204d5d7feb9..bbf8ea7207988debba0ca2a0abe9ed4ca1ddb94f 100644 (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"));