]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.cpp
Use InsetLayout for LaTeX output.
[lyx.git] / src / TextClass.cpp
index 2d49a4d5f1901c063595bae23973d2ff0f678049..82740cba429dcd5bd371ed443ce45198892b2614 100644 (file)
@@ -57,10 +57,10 @@ namespace lyx {
 // could. See LayoutFileList::addEmptyClass() and, especially, the
 // definition of the layoutpost string.
 // You should also run (or ask someone who has bash to run) the
-// development/updatelayouts.sh script, to update the format of
+// development/tools/updatelayouts.sh script, to update the format of
 // all of our layout files.
 //
-int const LAYOUT_FORMAT = 37; //jrioux : move citation engine stuff into layouts
+int const LAYOUT_FORMAT = 38; //gb : LangPreamble and BabelPreamble for InsetLayout
 
 namespace {