Fix the InsetBranchParams::read function after that the '\n' was removed from params2string in r33710.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33720 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-03-11 21:11:03 +00:00
parent ff7526a3ed
commit bad0d577e8

View File

@ -300,8 +300,7 @@ void InsetBranchParams::write(ostream & os) const
void InsetBranchParams::read(Lexer & lex)
{
lex.eatLine();
branch = lex.getDocString();
lex >> branch;
}
} // namespace lyx