From: Vadim Zeitlin Date: Tue, 15 Jun 1999 20:42:48 +0000 (+0000) Subject: 2 typos corrected X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8c517ddd1a2dd7eee7f95eb9ac1783f4a2e6fd76?ds=sidebyside 2 typos corrected git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/notebook.tex b/docs/latex/wx/notebook.tex index a2a24c8739..e70c497000 100644 --- a/docs/latex/wx/notebook.tex +++ b/docs/latex/wx/notebook.tex @@ -63,6 +63,8 @@ Constructs a notebook control. \docparam{style}{The window style. Its value is a bit list of zero or more of {\bf wxTC\_MULTILINE}, {\bf wxTC\_RIGHTJUSTIFY}, {\bf wxTC\_FIXEDWIDTH} and {\bf wxTC\_OWNERDRAW}.} +\docparam{name}{The name of the control (used only under Motif).} + \membersection{wxNotebook::\destruct{wxNotebook}} \func{}{\destruct{wxNotebook}}{\void} diff --git a/docs/latex/wx/process.tex b/docs/latex/wx/process.tex index 6d4ba8232c..97d8a40446 100644 --- a/docs/latex/wx/process.tex +++ b/docs/latex/wx/process.tex @@ -1,6 +1,6 @@ \section{\class{wxProcess}}\label{wxprocess} -The objects of this class are used in conjonction with +The objects of this class are used in conjunction with \helpref{wxExecute}{wxexecute} function. When a wxProcess object is passed to wxExecute(), its \helpref{OnTerminate()}{wxprocessonterminate} virtual method is called when the process terminates. This allows the program to be