]> git.lyx.org Git - features.git/commitdiff
Conversion for tabular-feature.
authorRichard Heck <rgheck@comcast.net>
Sat, 18 Sep 2010 15:16:04 +0000 (15:16 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 18 Sep 2010 15:16:04 +0000 (15:16 +0000)
I believe this completes the LFUN conversions, at least if RELEASE_NOTES
is complete in this respect.

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

lib/scripts/prefs2prefs_lfuns.py

index 305b45e7b9244b19f7ab5628ed698a5a332ed3b6..0606736dfde18767360bfe6fb64d6024677c626a 100644 (file)
@@ -133,6 +133,10 @@ def paragraph_spacing(line):
        return (True, newline)
 
 
+def tabular_feature(line):
+       return simple_renaming(line, "tabular-feature", "inset-modify tabular")
+
+
 #
 #
 ###########################################################
@@ -149,7 +153,8 @@ conversions = [
                all_insets_toggle,
                line_insert,
                toc_insert,
-               paragraph_spacing
+               paragraph_spacing,
+               tabular_feature
        ] # end conversions for format 0
 ]