]> git.lyx.org Git - lyx.git/commit
Fix crash with included files
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 25 Mar 2007 16:31:16 +0000 (16:31 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 25 Mar 2007 16:31:16 +0000 (16:31 +0000)
commite4fd77faf7f1abf9ad1f48e647264d1c732f4805
tree87ac92cc5d1e83e8534e26e80fbc33358be488e0
parent2ccde85cb5656d91530fc56cbb0142a9f3055f1b
Fix crash with included files

* src/buffer.C
(Buffer::makeLaTeXFile): Use runparams.encoding to be consistent

* src/insets/insetinclude.C
(InsetInclude::latex): Change runparams.encoding to the encoding of
the child document for makeLateXFile

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17555 a592a061-630c-0410-9148-cb99ea01b6c8
src/buffer.C
src/insets/insetinclude.C