]> git.lyx.org Git - lyx.git/blobdiff - src/Exporter.cpp
Fix bug #4510: GuiInclude->Edit marks master as changed.
[lyx.git] / src / Exporter.cpp
index 2c9e4e6e455b1eebac5fa44f53b88ff931e0aea7..4e78f686d06730102a80e50911370ab7cb28cd68 100644 (file)
@@ -5,11 +5,11 @@
  *
  * \author unknown
  * \author Alfredo Braunstein
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author Jean Marc Lasgouttes
  * \author Angus Leeming
  * \author John Levon
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -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()),