]> git.lyx.org Git - lyx.git/blobdiff - src/factory.cpp
* lyx_1_6.py:
[lyx.git] / src / factory.cpp
index eba16dcc30bf7782fa4838363e8c1032b6feba0f..4f6cb089a8518fec998e838c1e0dc6d55e5831d0 100644 (file)
@@ -495,7 +495,7 @@ Inset * readInset(Lexer & lex, Buffer const & buf)
                // can be translated to inset codes using insetCode(). And the insets'
                // write() routines should use insetName() rather than hardcoding it.
                if (tmptok == "Quotes") {
-                       inset.reset(new InsetQuotes);
+                       inset.reset(new InsetQuotes(buf));
                } else if (tmptok == "External") {
                        inset.reset(new InsetExternal(const_cast<Buffer &>(buf)));
                } else if (tmptok == "FormulaMacro") {