From 4deaa8dbc5f39aa5d0e8b449697f7ac841dec9bf Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 18 Jan 2006 17:23:05 +0000 Subject: [PATCH] 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 --- include/wx/valtext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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