]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/file.tex
Assert that wxEXEC_SYNC is not passed in flags to wxProcess::Open
[wxWidgets.git] / docs / latex / wx / file.tex
index c41687fd50dc3ca9a21e3677b36309cb40719fcd..d4c5f0aaa9d6511e850d0a30f06dde4a676fdfd0 100644 (file)
@@ -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.