]> git.lyx.org Git - lyx.git/blobdiff - src/Exporter.cpp
Typos.
[lyx.git] / src / Exporter.cpp
index 2c9e4e6e455b1eebac5fa44f53b88ff931e0aea7..8546b0a8ca8a76e912f02523611d06ff99adcd7e 100644 (file)
@@ -86,7 +86,7 @@ CopyStatus copyFile(string const & format,
        }
 
        Mover const & mover = getMover(format);
-       if (!mover.copy(sourceFile, destFile))
+       if (!mover.copy(sourceFile, destFile, latexFile))
                Alert::error(_("Couldn't copy file"),
                             bformat(_("Copying %1$s to %2$s failed."),
                                     makeDisplayPath(sourceFile.absFilename()),