From: Vadim Zeitlin Date: Fri, 10 Mar 2006 18:02:15 +0000 (+0000) Subject: OnApply() calls TransferDataFromWindow(), not To X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bc509e346e5475c0cd5570c7c5ece0e2c7e9d14e?ds=inline OnApply() calls TransferDataFromWindow(), not To git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/dialog.tex b/docs/latex/wx/dialog.tex index 1ab082deeb..f66b0cca22 100644 --- a/docs/latex/wx/dialog.tex +++ b/docs/latex/wx/dialog.tex @@ -326,7 +326,7 @@ The default handler for the wxID\_APPLY identifier. \wxheading{Remarks} -This function calls \helpref{wxWindow::Validate}{wxwindowvalidate} and \helpref{wxWindow::TransferDataToWindow}{wxwindowtransferdatatowindow}. +This function calls \helpref{wxWindow::Validate}{wxwindowvalidate} and \helpref{wxWindow::TransferDataToWindow}{wxwindowtransferdatafromwindow}. \wxheading{See also}