From f66205b67264b59b825b7c15805fa67e28739056 Mon Sep 17 00:00:00 2001 From: Harco de Hilster Date: Wed, 3 Feb 1999 00:18:45 +0000 Subject: [PATCH] Fixed incredibly stupid mistake made earlier by me that upset tex2rtf git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/text.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.