From 0903700db35ea564d49745352a8f04b11ce74df0 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sun, 18 Jul 2010 12:04:36 +0000 Subject: [PATCH] Update comment a bit further. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34972 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/TextClass.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/TextClass.cpp b/src/TextClass.cpp index 7539fd8319..42e774756d 100644 --- a/src/TextClass.cpp +++ b/src/TextClass.cpp @@ -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;