From: George Tasker Date: Tue, 14 Sep 2004 11:14:30 +0000 (+0000) Subject: Grammtical correction in commented out documentation, but fixed anyway as the comment... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/acbadd0bc5d7ec218bcd81aaa525235a02a1505c Grammtical correction in commented out documentation, but fixed anyway as the comment says portions of the documentation may get moved to other sections of the manual git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index f1fd5680e7..e6efcd497a 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -1609,7 +1609,7 @@ and not navigate to the next control. %% %% This function is only relevant to top-level windows (frames and dialogs), and under %% Windows only. Under GTK the normal EVT\_CHAR\_ event has the functionality, i.e. -%% you can intercepts it and if you don't call \helpref{wxEvent::Skip}{wxeventskip} +%% you can intercept it, and if you don't call \helpref{wxEvent::Skip}{wxeventskip} %% the window won't get the event. %% %% \wxheading{See also}