X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/716b1f7091622187312a86257eac0570d0ccd8a2..e604ac7991a2f5bae2ea3ba01662be566e01af8d:/docs/latex/wx/zipstrm.tex diff --git a/docs/latex/wx/zipstrm.tex b/docs/latex/wx/zipstrm.tex index b7cbc612be..f907245f17 100644 --- a/docs/latex/wx/zipstrm.tex +++ b/docs/latex/wx/zipstrm.tex @@ -19,7 +19,7 @@ for details. \wxheading{See also} \helpref{Archive formats such as zip}{wxarc}\\ -\helpref{Generic archive programming}{wxarcgeneric} +\helpref{Generic archive programming}{wxarcgeneric}\\ \helpref{wxZipEntry}{wxzipentry}\\ \helpref{wxZipInputStream}{wxzipinputstream}\\ \helpref{wxZipOutputStream}{wxzipoutputstream} @@ -623,7 +623,7 @@ If the parent stream is passed as a pointer then the new filter stream takes ownership of it. If it is passed by reference then it does not. In a Unicode build the third parameter {\tt conv} is used to translate -the filename and comment fields to Unicode. It has no effect on the +the filename and comment fields to an 8-bit encoding. It has no effect on the stream's data. @@ -639,7 +639,7 @@ writing the zip if it has not been called already. \func{bool}{Close}{\void} -Finishes writing the zip, returning true if successfully. +Finishes writing the zip, returning true if successful. Called by the destructor if not called explicitly.