]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.C
* remove various xforms relicts, in particular:
[lyx.git] / src / buffer.C
index a5c14f8ab1f87ac5a5acc90848dc99bc9dfeed60..d5e60413b353dcfe050e107cfa7eb1d610d60917 100644 (file)
@@ -146,7 +146,7 @@ extern BufferList bufferlist;
 
 namespace {
 
-int const LYX_FORMAT = 247;
+int const LYX_FORMAT = 248;
 
 } // namespace anon
 
@@ -643,7 +643,7 @@ bool Buffer::readFile(LyXLex & lex, string const & filename)
                        return false;
                }
                ostringstream command;
-               command << "python " << quoteName(lyx2lyx)
+               command << os::python() << ' ' << quoteName(lyx2lyx)
                        << " -t " << convert<string>(LYX_FORMAT)
                        << " -o " << quoteName(tmpfile) << ' '
                        << quoteName(filename);