fix misleading comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17157 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2007-02-12 20:51:00 +00:00
parent 9652acee93
commit 6b98d4747e

View File

@ -1058,7 +1058,7 @@ bool Paragraph::simpleTeXOnePar(Buffer const & buf,
LyXFont const last_font = running_font;
// We end font definition before blanks
// Do we need to close the previous font?
if (open_font &&
(font != running_font ||
font.language() != running_font.language()))