]> git.lyx.org Git - lyx.git/blobdiff - src/BranchList.h
Get package things working with modules prior to UI patch.
[lyx.git] / src / BranchList.h
index dd89a261d765e601e26d42c6e0c317a38766dc76..0da9fe261f5e4b456dc55a784ce822c3aaa05d54 100644 (file)
@@ -32,8 +32,6 @@
 
 #include "Color.h"
 
-#include "support/docstring.h"
-
 #include <list>
 
 
@@ -60,9 +58,9 @@ public:
        void setColor(RGBColor const &);
        /**
         * Set color from a string "#rrggbb".
-        * Use LColor:background if the string is no valid color.
+        * Use Color:background if the string is no valid color.
         * This ensures compatibility with LyX 1.4.0 that had the symbolic
-        * color "none" that was displayed as LColor:background.
+        * color "none" that was displayed as Color:background.
         */
        void setColor(std::string const &);