summaryrefslogtreecommitdiff
path: root/documentation/src
diff options
context:
space:
mode:
authorengelsman <engelsman>2009-04-09 17:25:55 +0000
committerengelsman <engelsman>2009-04-09 17:25:55 +0000
commit08d9455858495527400873fec98ce7cb0319354c (patch)
tree7685bad1d2b98d521349122cb78f0e857a6bfe81 /documentation/src
parentfee0004a53a29b36508ad508f3aa33c47a73a99a (diff)
suppress spurious doxygen hyperlink to file:// in events.dox
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6747 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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