X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f3845e889c7ccfe03d034a0aa79b4f4d19fbcb06..ba90345d082f759ed34d931833cafb09fc585d61:/docs/latex/wx/file.tex?ds=sidebyside diff --git a/docs/latex/wx/file.tex b/docs/latex/wx/file.tex index c41687fd50..d4c5f0aaa9 100644 --- a/docs/latex/wx/file.tex +++ b/docs/latex/wx/file.tex @@ -113,7 +113,7 @@ Associates the file with the given file descriptor, which has already been opene Destructor will close the file. -NB: it is not virtual so you should use wxFile polymorphically. +{\bf NB:} it is not virtual so you should not use wxFile polymorphically. \membersection{wxFile::Access}\label{wxfileaccess} @@ -291,7 +291,7 @@ the number of bytes actually written \membersection{wxFile::Write}\label{wxfilewrites} -\func{bool}{Write}{\param{const wxString\& }{s}, \param{wxMBConv&}{ conv = wxConvLibc}} +\func{bool}{Write}{\param{const wxString\& }{s}, \param{wxMBConv\&}{ conv = wxConvLibc}} Writes the contents of the string to the file, returns TRUE on success.