From: Jürgen Spitzmüller Date: Tue, 23 Nov 2010 16:09:05 +0000 (+0000) Subject: * PreviewLoader: add comment X-Git-Tag: 2.0.0~1722 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1899bf04faa53c39355adefc08b1b93165b1fffc;p=features.git * PreviewLoader: add comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36449 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/graphics/PreviewLoader.cpp b/src/graphics/PreviewLoader.cpp index 6423d485db..80740ac4dc 100644 --- a/src/graphics/PreviewLoader.cpp +++ b/src/graphics/PreviewLoader.cpp @@ -600,6 +600,7 @@ void PreviewLoader::Impl::startLoading(bool wait) << int(font_scaling_factor) << ' ' << theApp()->hexName(fg) << ' ' << theApp()->hexName(bg); + // FIXME what about LuaTeX? if (buffer_.bufferFormat() == "xetex") cs << " xelatex";