]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.C
Yet another tweak from J�rgen.
[lyx.git] / src / buffer.C
index 2e09363d36f347a5be99aca7cb2045cd3aa7fbbf..3e6a4e3a2b11cf6e0d61de0627490985655117af 100644 (file)
@@ -1513,8 +1513,8 @@ void Buffer::readInset(LyXLex & lex, Paragraph *& par,
                } else if (tmptok == "Formula") {
                        inset = new InsetFormula;
                } else if (tmptok == "Figure") { // Backward compatibility
-                       inset = new InsetFig(100, 100, *this);
-                       //inset = new InsetGraphics;
+//                     inset = new InsetFig(100, 100, *this);
+                       inset = new InsetGraphics;
                } else if (tmptok == "Graphics") {
                        inset = new InsetGraphics;
                } else if (tmptok == "Info") {// backwards compatibility