]> git.lyx.org Git - lyx.git/blobdiff - src/Font.cpp
remove duplicated code (is already in constructor)
[lyx.git] / src / Font.cpp
index 39b78be01d5f11fae28a56ef2b516c1866b9f8f3..6ce11c2b9566a92e380e140003edc298240789e2 100644 (file)
@@ -755,7 +755,7 @@ void Font::validate(LaTeXFeatures & features) const
                        // probably we should put here all interface colors used for
                        // font displaying! For now I just add this ones I know of (Jug)
                case Color_latex:
-               case Color_note:
+               case Color_notelabel:
                        break;
                default:
                        features.require("color");