]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.cpp
Next step in fixing problems noted by Vincent: Remove magic boolean from
[lyx.git] / src / TextClass.cpp
index 7539fd831921b4b0f308309443ac65fc07c1d2b4..42e774756dff69f7e2e5c3bae25eae0194cbb4f3 100644 (file)
@@ -55,7 +55,10 @@ namespace lyx {
 // your changes do not invalidate the hardcoded layout file in 
 // LayoutFile.cpp. Additions will never do so, but syntax changes
 // could. See LayoutFileList::addEmptyClass() and, especially, the
-// definition of the layoutpost string.
+// 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 
+// all of our layout files.
 //
 int const LAYOUT_FORMAT = 27;