]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.cpp
InsetBox.cpp: add important note
[lyx.git] / src / insets / InsetBranch.cpp
index 01d9cdcefe442a6f7917597f97e413cfc09698ac..f0920956cd3fe4d091188f26129a745d68bb230b 100644 (file)
@@ -314,7 +314,8 @@ void InsetBranchParams::write(ostream & os) const
 
 void InsetBranchParams::read(Lexer & lex)
 {
-       lex >> branch;
+       lex.eatLine();
+       branch = lex.getDocString();
 }
 
 } // namespace lyx