From 1899bf04faa53c39355adefc08b1b93165b1fffc Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Tue, 23 Nov 2010 16:09:05 +0000 Subject: [PATCH] * PreviewLoader: add comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36449 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/graphics/PreviewLoader.cpp | 1 + 1 file changed, 1 insertion(+) 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"; -- 2.39.5