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
This commit is contained in:
Harco de Hilster 1999-02-03 00:18:45 +00:00
parent c263077e08
commit f66205b672

View 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.