diff --git a/docs/latex/wx/text.tex b/docs/latex/wx/text.tex index 0147852b7d..11ca136d64 100644 --- a/docs/latex/wx/text.tex +++ b/docs/latex/wx/text.tex @@ -26,7 +26,7 @@ Windows.} \end{twocollist} See also \helpref{window styles overview}{windowstyles} and -\helpref{wxtextctrlconstr}. +\helpref{wxTextCtrl::wxTextCtrl}{wxtextctrlconstr}. \wxheading{Remarks} @@ -459,7 +459,7 @@ After the write operation, the insertion point will be at the end of the inserte \membersection{wxTextCtrl::AppendText}\label{wxtextctrlappendtext} -\func{void}{WriteText}{\param{const wxString\& }{ text}} +\func{void}{AppendText}{\param{const wxString\& }{ text}} Appends the text to the end of the text control.