summaryrefslogtreecommitdiff
path: root/documentation/src
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-03-03 18:00:44 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-03-03 18:00:44 +0100
commitb438d448fbe721ab8d8d24d34373c6ee8c1728e1 (patch)
treefdb1255c36e6eb2ab54e1abe34258135606805d4 /documentation/src
parent77c68773746a2f5db714d6bf3d66b184f8a9cb9e (diff)
Remove unused variable declaration + fix in wayland.dox
Diffstat (limited to 'documentation/src')
-rw-r--r--documentation/src/wayland.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/src/wayland.dox b/documentation/src/wayland.dox
index a9d5e4a32..9ab7583f6 100644
--- a/documentation/src/wayland.dox
+++ b/documentation/src/wayland.dox
@@ -761,7 +761,7 @@ operations:
FLTK can copy or paste plain UTF-8 text or image data to/from the clipboard. Images are copied to the
clipboard as \c image/bmp mime type. Images in \c image/bmp or \c image/png mime types from the
-clipboard can be pasted to FLTK apps. Files dropped are received as a string with '\\n' between
+clipboard can be pasted to FLTK apps. Files dropped are received as a string with ' ' between
successive filenames.