git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39852 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2011-10-14 12:12:52 +00:00
parent 4b3bea7054
commit d965079386

View File

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