* PreviewLoader: add comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36449 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2010-11-23 16:09:05 +00:00
parent 2868ff7a52
commit 1899bf04fa

View File

@ -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";