Doc: use plural with 'data'.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10871 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy
2015-10-21 06:12:32 +00:00
parent accbfd9f66
commit 6fc9f11eb2
+3 -3
View File
@@ -42,11 +42,11 @@
\endcode \endcode
Platform details: Platform details:
\li MSWindows: Transparent RGB images copy without transparency. \li MSWindows: Transparent RGB images copy without transparency.
The graphical data is copied to the clipboard as an 'enhanced metafile'. The graphical data are copied to the clipboard as an 'enhanced metafile'.
\li Mac OS: The graphical data is copied to the clipboard (a.k.a. pasteboard) in two 'flavors': \li Mac OS: The graphical data are copied to the clipboard (a.k.a. pasteboard) in two 'flavors':
1) in vectorial form as PDF data; 2) in bitmap form as a TIFF image. 1) in vectorial form as PDF data; 2) in bitmap form as a TIFF image.
Applications to which the clipboard content is pasted can use the flavor that suits them best. Applications to which the clipboard content is pasted can use the flavor that suits them best.
\li X11: the graphical data is copied to the clipboard as an image in BMP format. \li X11: the graphical data are copied to the clipboard as an image in BMP format.
*/ */
class FL_EXPORT Fl_Copy_Surface : public Fl_Surface_Device { class FL_EXPORT Fl_Copy_Surface : public Fl_Surface_Device {
private: private: