]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dnd.h
Comment-only update
[wxWidgets.git] / include / wx / dnd.h
index ac3c9c4f8439188fe668e3ceeea491552e1d1a97..9d9f2e25ca61ce6af627c253a92586870c08e090 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Vadim Zeitlin, Robert Roebling
 // Modified by:
 // Created:     26.05.99
-// RCS-ID:      $Id$
 // Copyright:   (c) wxWidgets Team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -66,7 +65,7 @@ public:
         { m_data = NULL; }
     virtual ~wxDropSourceBase() { }
 
-    // set the data which is transfered by drag and drop
+    // set the data which is transferred by drag and drop
     void SetData(wxDataObject& data)
       { m_data = &data; }