]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/treeevt.tex
Added newline for PDF RTF
[wxWidgets.git] / docs / latex / wx / treeevt.tex
index c63d4ca07150b75e046243cc1f2db8067e986283..2cbff24f5bf173d8654852fcd9e4a9be0fc3ed20 100644 (file)
@@ -62,7 +62,7 @@ Constructor.
 
 \constfunc{int}{GetKeyCode}{}
 
-Returns the key code if the event was is a key event. Use 
+Returns the key code if the event is a key event. Use 
 \helpref{GetKeyEvent}{wxtreeeventgetkeyevent} to get the values of the
 modifier keys for this event (i.e. Shift or Ctrl).
 
@@ -82,7 +82,7 @@ Returns the key event for {\tt EVT\_TREE\_KEY\_DOWN} events.
 
 \constfunc{const wxString\&}{GetLabel}{}
 
-Returns the label if the event was a begin or end edit label event.
+Returns the label if the event is a begin or end edit label event.
 
 \membersection{wxTreeEvent::GetOldItem}\label{wxtreeeventgetolditem}