]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tclipbrd.tex
Corrected some spacing and typo errors.
[wxWidgets.git] / docs / latex / wx / tclipbrd.tex
index 4e814c08ae9ae568ee9f52370246843101907a51..e76f05007868a27050b6b3c5a4439aa7529b6bca 100644 (file)
@@ -9,7 +9,7 @@ Classes: \helpref{wxDataObject}{wxdataobject},
 See also: \helpref{Drag and drop overview}{wxdndoverview} and \helpref{DnD sample}{samplednd}
 
 This overview discusses data transfer through clipboard or drag and drop. In
-wxWindows, these two ways to transfer data (either between different
+wxWidgets, these two ways to transfer data (either between different
 applications or inside one and the same) are very similar which allows to
 implement both of them using almost the same code - or, in other
 words, if you implement drag and drop support for your application, you get