From 7abe75210fabf81b7e0ae2fc56182487a8efb106 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 24 Sep 2003 08:20:34 +0000 Subject: [PATCH] Tweak git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/valtext.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/latex/wx/valtext.tex b/docs/latex/wx/valtext.tex index 6973c0ca30..d96155f2a8 100644 --- a/docs/latex/wx/valtext.tex +++ b/docs/latex/wx/valtext.tex @@ -121,13 +121,13 @@ Sets the validator style. \func{virtual bool}{TransferFromWindow}{} -Transfers the string value to the window. +Transfers the value in the text control to the string. \membersection{wxTextValidator::TransferToWindow}\label{wxtextvalidatortransfertowindow} \func{virtual bool}{TransferToWindow}{} -Transfers the window value to the string. +Transfers the string value to the text control. \membersection{wxTextValidator::Validate}\label{wxtextvalidatorvalidate}