X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/704a4b7524e05d7bf4d208eb1b30be9989abef4c..7ce6cc9b8eda3c0195ae5233d8a4d35707a88190:/docs/latex/wx/htwinhnd.tex?ds=sidebyside

diff --git a/docs/latex/wx/htwinhnd.tex b/docs/latex/wx/htwinhnd.tex
index a0bd9fc557..6b8b18d0ec 100644
--- a/docs/latex/wx/htwinhnd.tex
+++ b/docs/latex/wx/htwinhnd.tex
@@ -3,30 +3,29 @@
 % htmlwintaghandler.tex at 14/Mar/99 20:13:37
 %
 
-
 \section{\class{wxHtmlWinTagHandler}}\label{wxhtmlwintaghandler}
 
-This is basicly wxHtmlTagHandler except
+This is basically wxHtmlTagHandler except that
 it is extended with protected member m\_WParser pointing to
 the wxHtmlWinParser object (value of this member is identical
 to wxHtmlParser's m\_Parser).
 
-
 \wxheading{Derived from}
 
 \helpref{wxHtmlTagHandler}{wxhtmltaghandler}
 
+\wxheading{Include files}
 
-\latexignore{\rtfignore{\wxheading{Members}}}
+<wx/html/winpars.h>
 
 
+\latexignore{\rtfignore{\wxheading{Members}}}
+
 \membersection{wxHtmlWinTagHandler::m\_WParser}\label{wxhtmlwintaghandlerwxhtmlwintaghandlermwparser}
 
 {\bf wxHtmlWinParser* m\_WParser}
 
 Value of this attribute is identical to value of m\_Parser. The only different
 is that m\_WParser points to wxHtmlWinParser object while m\_Parser
-points to wxHtmlParser object.
-(The same object, but overcasted)
-
+points to wxHtmlParser object. (The same object, but overcast.)