X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/17046ed61e4f2d78d2c299f66bb0f8e439781330..fa10c70ceb3a08a11302c00c9f0e29941174a21b:/docs/latex/wx/txtstrm.tex diff --git a/docs/latex/wx/txtstrm.tex b/docs/latex/wx/txtstrm.tex index 800089f14c..059b72277d 100644 --- a/docs/latex/wx/txtstrm.tex +++ b/docs/latex/wx/txtstrm.tex @@ -196,6 +196,8 @@ Writes the double {\it f} to the stream using the IEEE format. \func{virtual void}{wxTextOutputStream::WriteString}{{\param const wxString\& }{string}} -Writes {\it string} as a line. Depending on the end-of-line mode, it adds -$\backslash$n, $\backslash$r or $\backslash$r$\backslash$n. +Writes {\it string} as a line. Depending on the end-of-line mode the end of +line ('$\backslash$n') characters in the string are converted to the correct +line ending terminator. +