summaryrefslogtreecommitdiff
path: root/documentation/src
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/src')
-rw-r--r--documentation/src/events.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/src/events.dox b/documentation/src/events.dox
index 34125c521..1859b3d66 100644
--- a/documentation/src/events.dox
+++ b/documentation/src/events.dox
@@ -268,7 +268,7 @@ FLTK supports drag and drop of text and files from any
application on the desktop. Text is transfered using
the current code page. Files are received as a list of full path
and file names, seperated by newline. On some platforms, path
-names are prepended with <tt>file://</tt>.
+names are prepended with <tt>%file://</tt>.
The drag and drop data is available in Fl::event_text()
at the concluding \p FL_PASTE. On some platforms, the