* src/Paragraph.cpp: correct comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25447 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-07-04 14:28:13 +00:00
parent 1c87eded7e
commit 4573ae2261

View File

@ -2039,7 +2039,7 @@ bool Paragraph::latex(BufferParams const & bparams,
}
}
// Set the encoding to that returned from simpleTeXSpecialChars (see
// Set the encoding to that returned from latexSpecialChar (see
// comment for encoding member in OutputParams.h)
runparams.encoding = rp.encoding;
}