]> git.lyx.org Git - features.git/commitdiff
Add missing bits of layout file format update
authorGeorg Baum <baum@lyx.org>
Thu, 29 May 2014 19:25:08 +0000 (21:25 +0200)
committerGeorg Baum <baum@lyx.org>
Thu, 29 May 2014 19:25:08 +0000 (21:25 +0200)
This is needed so that the new format number is actually used. Since the
conversion is a noop I did not update the layout files (more updates will
come).

lib/scripts/layout2layout.py
src/TextClass.cpp

index 62d5d6d6a6a797c38858240ebca3462bedfc909b..199a31834e2a18296d49eba65105686c7324a85f 100644 (file)
@@ -178,7 +178,7 @@ import os, re, string, sys
 # development/tools/updatelayouts.sh script to update all
 # layout files to the new format.
 
-currentFormat = 50
+currentFormat = 51
 
 
 def usage(prog_name):
index 7941243d44f8f6a558f3f4df717180453cc305df..bd819ab20091a5cf8144bfe4bdb99c9ff8601e7f 100644 (file)
@@ -61,7 +61,7 @@ namespace lyx {
 // development/tools/updatelayouts.sh script, to update the format of
 // all of our layout files.
 //
-int const LAYOUT_FORMAT = 50; //ef: removal of separator layout
+int const LAYOUT_FORMAT = 51; //spitz: add ToggleIndent tag
 
 namespace {