]> git.lyx.org Git - features.git/commitdiff
Fix bug #7077: Listings validator doesn't recognize 'breakatwhitespace'
authorVincent van Ravesteijn <vfr@lyx.org>
Fri, 26 Nov 2010 00:08:07 +0000 (00:08 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Fri, 26 Nov 2010 00:08:07 +0000 (00:08 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36496 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetListingsParams.cpp

index f82c44f63ab9ea3b9c67e0ab6550bf08f1e54a6c..b0b412b529e3bcf42bb26b688608f495909711f3 100644 (file)
@@ -436,6 +436,8 @@ ParValidator::ParValidator()
                ListingsParam("", false, TRUEFALSE, "", empty_hint);
        all_params_["breaklines"] =
                ListingsParam("", false, TRUEFALSE, "", empty_hint);
+       all_params_["breakatwhitespace"] =
+               ListingsParam("", false, TRUEFALSE, "", empty_hint);
        all_params_["prebreak"] =
                ListingsParam("", false, ALL, "", empty_hint);
        all_params_["postbreak"] =