]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.C
cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now.
[lyx.git] / src / paragraph.C
index 6975c091f04510b1fbc97ea793775cbc825b8144..2ca17c2ef2ab804ac93f9a7404aff85a9c88a6fa 100644 (file)
@@ -612,7 +612,7 @@ string const Paragraph::getLabelWidthString() const
        if (!params().labelWidthString().empty())
                return params().labelWidthString();
        else
-               return _("Senseless with this layout!");
+               return lyx::to_utf8(_("Senseless with this layout!"));
 }