mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
oops.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39852 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4b3bea7054
commit
d965079386
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user