src/gui/kernel/qclipboard.cpp
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
--- a/src/gui/kernel/qclipboard.cpp	Mon Jun 21 22:38:13 2010 +0100
+++ b/src/gui/kernel/qclipboard.cpp	Thu Jul 22 16:41:55 2010 +0100
@@ -107,6 +107,12 @@
     store or retrieve the clipboard contents in response to timer or
     non-user-input events.
 
+    \i Since there is no standard way to copy and paste files between
+    applications on X11, various MIME types and conventions are currently
+    in use. For instance, Nautilus expects files to be supplied with a
+    \c{x-special/gnome-copied-files} MIME type with data beginning with
+    the cut/copy action, a newline character, and the URL of the file.
+
     \endlist
 
     \section1 Notes for Mac OS X Users