]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Selection.h
Fix bug 3101 and 3108
[lyx.git] / src / frontends / Selection.h
index 53f587ddbe3bb700d90c115853cec3b68bf6c420..569ea0272d1c3ea4f508c64d3aa464db4f20f1d9 100644 (file)
@@ -59,8 +59,8 @@ public:
        virtual void put(docstring const &) = 0;
        /**
         * Is the X selection empty?
-        * This reports only the state of the internal selection on systems
-        * that don't have a real selection.
+        * This does always return true on systems that don't have a real
+        * selection.
         */
        virtual bool empty() const = 0;
 };