]> git.lyx.org Git - lyx.git/commitdiff
fix a listings param name
authorBo Peng <bpeng@lyx.org>
Wed, 9 May 2007 21:28:43 +0000 (21:28 +0000)
committerBo Peng <bpeng@lyx.org>
Wed, 9 May 2007 21:28:43 +0000 (21:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18253 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetListingsParams.cpp

index ef0bcae38043c740c6fe629e2e9d5000de1910de..dac5309e92d032dae7840f8d6d24a86f66c3bebc 100644 (file)
@@ -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, "", "" },