fix typo in Selecting() description (bug 1726270)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-06-04 13:49:41 +00:00
parent e0954e729d
commit 1e96933183

View File

@@ -143,8 +143,8 @@ Returns true if the Meta key was down at the time of the event.
\func{bool}{Selecting}{\void}
Returns true if the user deselected a cell, false if the user
deselected a cell.
Returns true if the user is selecting grid cells, false -- if
deselecting.
\membersection{wxGridEvent::ShiftDown}\label{wxgrideventshiftdown}