]> git.saurik.com Git - wxWidgets.git/commitdiff
fix typo in Selecting() description (bug 1726270)
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Jun 2007 13:49:41 +0000 (13:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Jun 2007 13:49:41 +0000 (13:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/gridevt.tex

index 3ef3b80d295abff7988df746daf8ad029254d3cb..a58b498b548a23bb941ed7edcaab15fa0b46653e 100644 (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}