From 73a1a1101895941f2f47ccad6da0afaf384ef963 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Fri, 26 Nov 2010 00:08:07 +0000 Subject: [PATCH] Fix bug #7077: Listings validator doesn't recognize 'breakatwhitespace' git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36496 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetListingsParams.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/insets/InsetListingsParams.cpp b/src/insets/InsetListingsParams.cpp index f82c44f63a..b0b412b529 100644 --- a/src/insets/InsetListingsParams.cpp +++ b/src/insets/InsetListingsParams.cpp @@ -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"] =