]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed incredibly stupid mistake made earlier by me that upset tex2rtf
authorHarco de Hilster <harcoh@caos.kun.nl>
Wed, 3 Feb 1999 00:18:45 +0000 (00:18 +0000)
committerHarco de Hilster <harcoh@caos.kun.nl>
Wed, 3 Feb 1999 00:18:45 +0000 (00:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/text.tex

index 0147852b7d98f1c18075902464f15d3ca52b622d..11ca136d6442593b4905b37c0a0574b888f501eb 100644 (file)
@@ -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.