projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cefae4b
)
Fixed typo
author
Robin Dunn
<robin@alldunn.com>
Sat, 6 Mar 2004 00:15:15 +0000
(
00:15
+0000)
committer
Robin Dunn
<robin@alldunn.com>
Sat, 6 Mar 2004 00:15:15 +0000
(
00:15
+0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26114
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
wxPython/src/grid.i
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/src/grid.i
b/wxPython/src/grid.i
index 9864f62b832d753e52781dd93d42013a25576a44..f6694b7a589217b4263bce77af034646ddb84661 100644
(file)
--- a/
wxPython/src/grid.i
+++ b/
wxPython/src/grid.i
@@
-1561,7
+1561,7
@@
public:
%pythoncode {
SelectCells = wxGridSelectCells
SelectRows = wxGridSelectRows
- SelectColumns = wxGridSelectColumns
,
+ SelectColumns = wxGridSelectColumns
}
bool CreateGrid( int numRows, int numCols,