Spelling fixes in the demo

This commit is contained in:
Robin Dunn
2020-07-14 12:00:55 -07:00
parent 92f8cd2d55
commit d265d13f6c
49 changed files with 70 additions and 70 deletions

View File

@@ -11,7 +11,7 @@ buttonDefs = {
817 : ('GridCustTable', ' wx.Grid using a custom Table, with non-string data '),
819 : ('GridEnterHandler',' Remapping keys to behave differently '),
820 : ('GridCustEditor', ' Shows how to create a custom Cell Editor '),
821 : ('GridDragable', ' A wx.Grid with dragable rows and columns '),
821 : ('GridDragable', ' A wx.Grid with draggable rows and columns '),
822 : ('GridDragAndDrop', ' Shows how to make a grid a drop target for files'),
}