X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraph.cpp;h=734d18a81c6574388f6eeb2d71236a6b6880c865;hb=8009edd3d4f3deee5ed8721113bbf31abe9e0aa6;hp=0c5feb0cf23a93082cfc2cc066bb3c37fd05ec1d;hpb=cf64064db71ddedb4deb888e63325cea8619a9cd;p=lyx.git diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index 0c5feb0cf2..734d18a81c 100644 --- a/src/Paragraph.cpp +++ b/src/Paragraph.cpp @@ -1426,7 +1426,7 @@ void Paragraph::Private::validate(LaTeXFeatures & features) const icit->inset->validate(features); if (layout_->needprotect && icit->inset->lyxCode() == FOOT_CODE) - features.require("footmisc"); + features.require("NeedLyXFootnoteCode"); } }