From: Georg Baum Date: Thu, 29 May 2014 19:25:08 +0000 (+0200) Subject: Add missing bits of layout file format update X-Git-Tag: 2.2.0alpha1~1876 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=953a4d13d928517be121cca2a8f2c4bd93ca2137;p=features.git Add missing bits of layout file format update 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). --- diff --git a/lib/scripts/layout2layout.py b/lib/scripts/layout2layout.py index 62d5d6d6a6..199a31834e 100644 --- a/lib/scripts/layout2layout.py +++ b/lib/scripts/layout2layout.py @@ -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): diff --git a/src/TextClass.cpp b/src/TextClass.cpp index 7941243d44..bd819ab200 100644 --- a/src/TextClass.cpp +++ b/src/TextClass.cpp @@ -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 {