]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dobjcomp.tex
Script updates
[wxWidgets.git] / docs / latex / wx / dobjcomp.tex
index 6adb5fca5b6e39d680a2526a1a1edf58aaa350df..adeb6714eafd5dfc1625b35b5bcb3cf1f1c9cbe9 100644 (file)
@@ -6,13 +6,13 @@
 %% Created:     02.11.99
 %% RCS-ID:      $Id$
 %% Copyright:   (c) Vadim Zeitlin
-%% Licence:     wxWindows licence
+%% License:     wxWindows license
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \section{\class{wxDataObjectComposite}}\label{wxdataobjectcomposite}
 
 wxDataObjectComposite is the simplest 
-\helpref{wxDataObject}{wxdataobject} derivation which may be sued to support
+\helpref{wxDataObject}{wxdataobject} derivation which may be used to support
 multiple formats. It contains several 
 \helpref{wxDataObjectSimple}{wxdataobjectsimple} objects and supports any
 format supported by at least one of them. Only one of these data objects is
@@ -38,7 +38,7 @@ None, this class should be used directly.
 
 \wxheading{See also}
 
-\helpref{Clipboard and drag and drop overview}{wxclipboardonfigoverview}, 
+\helpref{Clipboard and drag and drop overview}{wxdndoverview}, 
 \helpref{wxDataObject}{wxdataobject}, 
 \helpref{wxDataObjectSimple}{wxdataobjectsimple}, 
 \helpref{wxFileDataObject}{wxfiledataobject}, 
@@ -57,9 +57,9 @@ The default constructor.
 
 \func{void}{Add}{
     \param{wxDataObjectSimple }{*dataObject},
-    \param{bool }{preferred = FALSE}}
+    \param{bool }{preferred = false}}
 
 Adds the {\it dataObject} to the list of supported objects and it becomes the
-preferred object if {\it preferred} is TRUE.
+preferred object if {\it preferred} is true.