X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBranchList.h;h=0da9fe261f5e4b456dc55a784ce822c3aaa05d54;hb=7f17f13bfc2ad4e7cdd8ecfce23374e2b3d0c646;hp=dd89a261d765e601e26d42c6e0c317a38766dc76;hpb=49070b4c004594c295b80c6612e368b62f5d44f3;p=lyx.git diff --git a/src/BranchList.h b/src/BranchList.h index dd89a261d7..0da9fe261f 100644 --- a/src/BranchList.h +++ b/src/BranchList.h @@ -32,8 +32,6 @@ #include "Color.h" -#include "support/docstring.h" - #include @@ -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 &);