]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBox.cpp
BUG 3598: display framed and shaded notes in a separate paragraph, require package...
[lyx.git] / src / insets / InsetBox.cpp
index 38a346b63411cfc8396facebf45654c6c204b18f..dfd8fe6086ab148a4a8b8009ab05ef037bced881 100644 (file)
@@ -493,7 +493,7 @@ void InsetBoxMailer::string2params(string const & in,
                return print_mailer_error("InsetBoxMailer", 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 != "Box")