]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htprint.tex
added missing const
[wxWidgets.git] / docs / latex / wx / htprint.tex
index b7693ca40e29528813a6544a91b794da2e2066bb..7375979b4ab7fc23a322391dd67c6c3550e46830 100644 (file)
@@ -75,7 +75,7 @@ any virtual file system or it may be normal file.
 
 \membersection{wxHtmlPrintout::SetHtmlText}\label{wxhtmlprintoutsethtmltext}
 
-\func{void}{SetHtmlText}{\param{const wxString\& }{html}, \param{const wxString\& }{basepath = wxEmptyString}, \param{bool }{isdir = TRUE}}
+\func{void}{SetHtmlText}{\param{const wxString\& }{html}, \param{const wxString\& }{basepath = wxEmptyString}, \param{bool }{isdir = true}}
 
 Prepare the class for printing this HTML text.
 
@@ -86,7 +86,7 @@ Prepare the class for printing this HTML text.
 \docparam{basepath}{base directory (html string would be stored there if it was in
 file). It is used to determine path for loading images, for example.}
 
-\docparam{isdir}{FALSE if basepath is filename, TRUE if it is directory name
+\docparam{isdir}{false if basepath is filename, true if it is directory name
 (see \helpref{wxFileSystem}{wxfilesystem} for detailed explanation)}