X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/448af9a46eb58ae17616a4d5e76884dc519f5523..cd9da200285e3c625be91768c9ca61dc218c94d0:/docs/latex/wx/htcolor.tex diff --git a/docs/latex/wx/htcolor.tex b/docs/latex/wx/htcolor.tex index b7704f86ab..1dbc0b17f1 100644 --- a/docs/latex/wx/htcolor.tex +++ b/docs/latex/wx/htcolor.tex @@ -15,7 +15,7 @@ This cell changes color of either background or foreground. \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. @@ -26,8 +26,8 @@ Constructor. \docparam{flags}{Can be one of following: \begin{twocollist}\itemsep=0pt -\twocolitem{{\bf HTML\_CLR\_FOREGROUND}}{change color of text} -\twocolitem{{\bf HTML\_CLR\_BACKGROUND}}{change background color} +\twocolitem{{\bf wxHTML\_CLR\_FOREGROUND}}{change color of text} +\twocolitem{{\bf wxHTML\_CLR\_BACKGROUND}}{change background color} \end{twocollist} }