Revert 35400 for the time being, crashes here.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35402 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-09-15 20:32:58 +00:00
parent c4b7ef0bd0
commit eaf1e371c7

View File

@ -844,7 +844,7 @@ void makeCommand(Buffer const & buf,
xs << pbegin->params().labelString();
closeLabelTag(xs, style);
// Otherwise the label might run together with the text
xs << ' ';
xs << from_ascii(" ");
}
ParagraphList::const_iterator const begin = text.paragraphs().begin();