]> git.lyx.org Git - features.git/blobdiff - lib/scripts/layout2layout.py
Forgot to update the layout format when transferring from branch.
[features.git] / lib / scripts / layout2layout.py
index 53fa54f9e3a89b8afa77b5019ba60d1fcc436077..dc4bbf0728f457ff31e39451fd6ff2e19ebdd8d5 100644 (file)
@@ -55,7 +55,7 @@ import os, re, string, sys
 # Do not forget to document format change in Customization
 # Manual (section "Declaring a new text class").
 
-currentFormat = 15
+currentFormat = 16
 
 
 def usage(prog_name):
@@ -232,7 +232,7 @@ def convert(lines):
             continue
 
         # This just involved new features, not any changes to old ones
-        if format == 14:
+        if format == 14 or format == 15:
           i += 1
           continue