]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.cpp
This comment is wrong and causes bug in revision control.
[lyx.git] / src / CutAndPaste.cpp
index ee639f3c6c27ad95feb43329e7515a68546e3a06..481f379056f599886eaf97af64d4449692a8a206 100644 (file)
@@ -367,7 +367,7 @@ void putClipboard(ParagraphList const & paragraphs,
        // some kind of garbage collection there, or a shared_ptr, then this
        // would not be needed.
        static Buffer * buffer = theBufferList().newBuffer(
-               FileName::tempName().absFilename());
+               FileName::tempName().absFilename() + "_clipboard.internal");
        buffer->setUnnamed(true);
        buffer->paragraphs() = paragraphs;
        buffer->params().setDocumentClass(docclass);