]> git.saurik.com Git - wxWidgets.git/commitdiff
TransferFrom/ToWindow() were reverted, fixed
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Sep 2003 23:54:33 +0000 (23:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Sep 2003 23:54:33 +0000 (23:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/valtext.tex

index ff425a63f9b44614e905512d109e2a46fd68e6d0..39a9dc17676e52dd29b1c6694d0e079cd67491b6 100644 (file)
@@ -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}