From 007bea23c3245bac82c24c0f783a7baa5ac672cc Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 23 Sep 2003 23:54:33 +0000 Subject: [PATCH] TransferFrom/ToWindow() were reverted, fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23867 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 ff425a63f9..39a9dc1767 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 from window 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 window. \membersection{wxTextValidator::Validate}\label{wxtextvalidatorvalidate} -- 2.45.2