X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58cf0491e3938c3f112c488a5ef5bd1aca507378..fcf77487edae715c75f0f802a96e203d88dd56c6:/docs/latex/wx/print.tex diff --git a/docs/latex/wx/print.tex b/docs/latex/wx/print.tex index cc4df2a635..063ee8dfe6 100644 --- a/docs/latex/wx/print.tex +++ b/docs/latex/wx/print.tex @@ -722,7 +722,7 @@ Constructor. With empty strings for the first three arguments, the default print displayed. {\it device} indicates the type of printer and {\it output} is an optional file for printing to. The {\it driver} parameter is currently unused. Use the {\it Ok} member to test whether the -constructor was successful in creating a useable device context. +constructor was successful in creating a usable device context. This constructor is deprecated and retained only for backward compatibility. @@ -753,7 +753,7 @@ wxPrintPreview object to initiate printing or previewing. \func{}{wxPrintout}{\param{const wxString\& }{title = "Printout"}} -Constructor. Pass an optional title argument - the curent filename would be a good idea. This will appear in the printing list +Constructor. Pass an optional title argument - the current filename would be a good idea. This will appear in the printing list (at least in MSW) \membersection{wxPrintout::\destruct{wxPrintout}}