]> git.lyx.org Git - features.git/commitdiff
Heh, wrong shift ;)
authorPavel Sanda <sanda@lyx.org>
Tue, 5 May 2009 09:26:40 +0000 (09:26 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 5 May 2009 09:26:40 +0000 (09:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29544 a592a061-630c-0410-9148-cb99ea01b6c8

src/Font.cpp

index cf716d273bb44020b95f2242d8abcf3f6f3ada41..8d5a018976b8794df13d4f9c9869b792be7fece2 100644 (file)
@@ -177,13 +177,13 @@ docstring const stateText(FontInfo const & f)
                              _(GUIMiscNames[f.underbar()]));
        if (f.strikeout() != FONT_INHERIT)
                os << bformat(_("Strikeout %1$s, "),
-                             _(GUIMiscNames[f.uuline()]));
+                             _(GUIMiscNames[f.strikeout()]));
        if (f.uuline() != FONT_INHERIT)
                os << bformat(_("Double underline %1$s, "),
-                             _(GUIMiscNames[f.uwave()]));
+                             _(GUIMiscNames[f.uuline()]));
        if (f.uwave() != FONT_INHERIT)
                os << bformat(_("Wavy underline %1$s, "),
-                             _(GUIMiscNames[f.strikeout()]));
+                             _(GUIMiscNames[f.uwave()]));
        if (f.noun() != FONT_INHERIT)
                os << bformat(_("Noun %1$s, "),
                              _(GUIMiscNames[f.noun()]));