]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetExternal.cpp
BUG 3598: display framed and shaded notes in a separate paragraph, require package...
[lyx.git] / src / insets / InsetExternal.cpp
index 0cffe1a8c8135bc881f0b644dd3a51d00b55042a..0a9f0ec6420605aef52f652656d05e3e78ae35b8 100644 (file)
@@ -877,7 +877,7 @@ void InsetExternalMailer::string2params(string const & in,
                return print_mailer_error("InsetExternalMailer", in, 1, name_);
 
        // This is part of the inset proper that is usually swallowed
-       // by LyXText::readInset
+       // by Text::readInset
        string id;
        lex >> id;
        if (!lex || id != "External")