]> git.lyx.org Git - features.git/blobdiff - src/buffer.C
Small things.
[features.git] / src / buffer.C
index 846ed1e4d61139777abbe10bf0584be306a19ebd..cc41db67b76ff59d9fb66c7c1d8af32d4fd3870d 100644 (file)
@@ -1388,7 +1388,8 @@ void Buffer::readInset(LyXLex & lex, Paragraph *& par,
                        inset = new InsetFormula;
                } else if (tmptok == "Figure") {
                        inset = new InsetFig(100, 100, *this);
-               } else if (tmptok == "Info") {
+               } else if (tmptok == "Info" // backwards compatibility
+                          || tmptok == "Note") {
                        inset = new InsetNote;
                } else if (tmptok == "Include") {
                        InsetCommandParams p( "Include" );