]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed comment bug [ 1390056 ] Wrong Documentation for TransferFromWindow
authorJulian Smart <julian@anthemion.co.uk>
Wed, 18 Jan 2006 17:23:05 +0000 (17:23 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 18 Jan 2006 17:23:05 +0000 (17:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/valtext.h

index 322eca831f06ba387ee355ee6311753568495adb..43b6380ef379ea3b4da126753cb57d91a892ebe6 100644 (file)
@@ -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