]> git.lyx.org Git - lyx.git/blobdiff - src/ImportLaTeX.C
citation patch from Angus
[lyx.git] / src / ImportLaTeX.C
index 0ada1dc76fb68afab113e0426887be4209bffbdf..acafd3b822ff046f03786dd6738c297783bd792b 100644 (file)
@@ -43,7 +43,7 @@ Buffer * ImportLaTeX::run()
        Buffer * buf = 0;
        int result = one.startscript(Systemcalls::System, tmp);
        if (result == 0) {
-               string filename = ChangeExtension(file, ".lyx", false);
+               string filename = ChangeExtension(file, ".lyx");
                // File was generated without problems. Load it.
                buf = bufferlist.loadLyXFile(filename);
        }