mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
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).
This commit is contained in:
parent
4e078230a0
commit
953a4d13d9
@ -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):
|
||||
|
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user