]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Selection.h
Move Color::color enum to ColorCode.h
[lyx.git] / src / frontends / Selection.h
index 53f587ddbe3bb700d90c115853cec3b68bf6c420..9f8af37f2d25b965e29cabe6ea522f451be84491 100644 (file)
@@ -59,15 +59,15 @@ 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;
 };
 
 } // namespace frontend
 
-/// Implementation is in Application.C
+/// Implementation is in Application.cpp
 extern frontend::Selection & theSelection();
 
 } // namespace lyx