]> git.lyx.org Git - features.git/blobdiff - src/TextClass.cpp
Replace hardcoded hack with InsetLayout tag
[features.git] / src / TextClass.cpp
index cc8fb993bbe9de3d86b76f5355a93a835b5607c7..12625dc0aa17e7e6e637f513e2c889d5878ea428 100644 (file)
@@ -61,7 +61,7 @@ namespace lyx {
 // You should also run the development/tools/updatelayouts.py script,
 // to update the format of all of our layout files.
 //
-int const LAYOUT_FORMAT = 53; //spitz: add ObsoletedBy tag for InsetLayouts
+int const LAYOUT_FORMAT = 54; //gb: add FixedWidthPreambleEncoding tag for InsetLayouts
 
 namespace {