From ae9afa946ab668d849dedce689d2d232ab99749c Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Wed, 9 May 2007 21:28:43 +0000 Subject: [PATCH] fix a listings param name git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18253 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetListingsParams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetListingsParams.cpp b/src/insets/InsetListingsParams.cpp index ef0bcae380..dac5309e92 100644 --- a/src/insets/InsetListingsParams.cpp +++ b/src/insets/InsetListingsParams.cpp @@ -156,7 +156,7 @@ listings_param_info const listings_param_table[] = { { "linewidth", "", false, LENGTH, "", "" }, { "xleftmargin", "", false, LENGTH, "", "" }, { "xrightmargin", "", false, LENGTH, "", "" }, - { "resetmargin", "", false, TRUEFALSE, "", "" }, + { "resetmargins", "", false, TRUEFALSE, "", "" }, { "breaklines", "", false, TRUEFALSE, "", "" }, { "prebreak", "", false, ALL, "", "" }, { "postbreak", "", false, ALL, "", "" }, -- 2.39.5