]> git.lyx.org Git - features.git/commitdiff
Standard Layout should be MultiPar. Now, because LFUN_BREAK_PARAGRAPHS really uses...
authorVincent van Ravesteijn <vfr@lyx.org>
Fri, 30 Oct 2009 00:33:56 +0000 (00:33 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Fri, 30 Oct 2009 00:33:56 +0000 (00:33 +0000)
see r31793.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31798 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetLayout.cpp

index edcc994b3fe1a6921a7064bfc3da48da76ce536f..41180c4a0cc356ad13baab91c8cbe4e70cdbba03 100644 (file)
@@ -35,7 +35,7 @@ InsetLayout::InsetLayout() :
        latextype_(NOLATEXTYPE), font_(sane_font), 
        labelfont_(sane_font), bgcolor_(Color_error), 
        htmlforcecss_ (false), htmlisblock_(true),
-       multipar_(false), custompars_(true), forceplain_(false), 
+       multipar_(true), custompars_(true), forceplain_(false), 
        passthru_(false), needprotect_(false), freespacing_(false), 
        keepempty_(false), forceltr_(false), intoc_(false)
 {