git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35611 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-10-12 15:07:27 +00:00
parent b653286691
commit 226853c060

View File

@ -257,7 +257,8 @@ bool InsetLayout::read(Lexer & lex, TextClass const & tclass)
case IL_CONTENTASLABEL:
lex >> contentaslabel_;
break;
case IL_COPYSTYLE: { // initialize with a known style
case IL_COPYSTYLE: {
// initialize with a known style
docstring style;
lex >> style;
style = support::subst(style, '_', ' ');