BufferParams.cpp: typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29771 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-05-21 21:01:31 +00:00
parent ec5e4b26f5
commit da6e643d3e

View File

@ -1176,7 +1176,7 @@ bool BufferParams::writeLaTeX(odocstream & os, LaTeXFeatures & features,
// this one is not per buffer
// for arabic_arabi and farsi we also need to load the LAE and
// LFE encoding
// XeteX works without fontenc
// XeTeX works without fontenc
if (lyxrc.fontenc != "default" && language->lang() != "japanese"
&& !useXetex) {
if (language->lang() == "arabic_arabi"