]> git.lyx.org Git - features.git/commit
Fix LyX paste from system clipboard when the file format does not match
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 29 Jan 2007 18:35:56 +0000 (18:35 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 29 Jan 2007 18:35:56 +0000 (18:35 +0000)
commita76050219a44c07922914ad876f4ba6c1e61c107
tree2b4d5d4071aba1b41e41868ffc90f11c8af95fd6
parentcc04805782cb90c5255abcd6396860d8580452ef
Fix LyX paste from system clipboard when the file format does not match

* src/buffer.C
(Buffer::readString): Tell readFile that we do not have a file
(Buffer::readString): readFile(name) returns a bool, not an enum

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16931 a592a061-630c-0410-9148-cb99ea01b6c8
config/qt4.m4
lib/syntax.default
src/buffer.C
src/frontends/qt4/QLPainter.C
src/support/filetools.C