X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22d6efa851642c6a69174278fc50f712f41e2271..34c07b8b63651e46aabb7809c25d95dd40736687:/docs/latex/wx/htcolor.tex

diff --git a/docs/latex/wx/htcolor.tex b/docs/latex/wx/htcolor.tex
index de12b3c25c..5048e26e45 100644
--- a/docs/latex/wx/htcolor.tex
+++ b/docs/latex/wx/htcolor.tex
@@ -5,17 +5,21 @@
 
 \section{\class{wxHtmlColourCell}}\label{wxhtmlcolourcell}
 
-This cell changes color of either background or foreground. 
+This cell changes the colour of either the background or the foreground. 
 
 \wxheading{Derived from}
 
 \helpref{wxHtmlCell}{wxhtmlcell}
 
+\wxheading{Include files}
+
+<wx/html/htmlcell.h>
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxHtmlColourCell::wxHtmlColourCell}\label{wxhtmlcolourcellwxhtmlcolourcell}
 
-\func{}{wxHtmlColourCell}{\param{wxColour }{clr}, \param{int }{flags = HTML\_CLR\_FOREGROUND}}
+\func{}{wxHtmlColourCell}{\param{wxColour }{clr}, \param{int }{flags = wxHTML\_CLR\_FOREGROUND}}
 
 Constructor.
 
@@ -25,10 +29,9 @@ Constructor.
 
 \docparam{flags}{Can be one of following:
 
-\begin{twocollist}
-\twocolitem{{\bf HTML\_CLR\_FOREGROUND}}{change color of text}
-\twocolitem{{\bf HTML\_CLR\_BACKGROUND}}{change background color}
-
+\begin{twocollist}\itemsep=0pt
+\twocolitem{{\bf wxHTML\_CLR\_FOREGROUND}}{change color of text}
+\twocolitem{{\bf wxHTML\_CLR\_BACKGROUND}}{change background color}
 \end{twocollist}
 }