]> git.lyx.org Git - lyx.git/blobdiff - src/Font.cpp
Add new dialog for templates and examples
[lyx.git] / src / Font.cpp
index bb0b54805b0508835e17b1c98b325c7bd01dc8cf..a920220c6fa156f8c8311e697ede3b1406c4aaab 100644 (file)
@@ -174,7 +174,7 @@ docstring const stateText(FontInfo const & f, bool const terse)
        if (f.strikeout() != FONT_INHERIT && (!terse || f.strikeout() == FONT_ON))
                os << bformat(_("Strike out %1$s, "),
                              _(GUIMiscNames[f.strikeout()]));
-       if (f.xout() != FONT_INHERIT && (!terse || f.strikeout() == FONT_ON))
+       if (f.xout() != FONT_INHERIT && (!terse || f.xout() == FONT_ON))
                os << bformat(_("Cross out %1$s, "),
                              _(GUIMiscNames[f.xout()]));
        if (f.noun() != FONT_INHERIT && (!terse || f.noun() != FONT_IGNORE))