From: Julian Smart Date: Wed, 18 Jan 2006 17:23:05 +0000 (+0000) Subject: Fixed comment bug [ 1390056 ] Wrong Documentation for TransferFromWindow X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4deaa8dbc5f39aa5d0e8b449697f7ac841dec9bf?ds=inline Fixed comment bug [ 1390056 ] Wrong Documentation for TransferFromWindow git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/valtext.h b/include/wx/valtext.h index 322eca831f..43b6380ef3 100644 --- a/include/wx/valtext.h +++ b/include/wx/valtext.h @@ -53,7 +53,7 @@ public: // Called to transfer data to the window virtual bool TransferToWindow(); - // Called to transfer data to the window + // Called to transfer data from the window virtual bool TransferFromWindow(); // ACCESSORS