Richard Heck wrote: > done. As Pavel noticed, these names are used in lyx2lyx, but that was a > foolish mistake I made in an early commit, and at this point modules are > internally identified by filename, as document classes are, not by these > GUI names. So changing it now won't affect lyx2lyx.
so this patch will be enough, right? pavel
diff --git a/lib/layouts/theorems-chap.module b/lib/layouts/theorems-chap.module index 6dd56f6..6252266 100644 --- a/lib/layouts/theorems-chap.module +++ b/lib/layouts/theorems-chap.module @@ -1,4 +1,4 @@ -#\DeclareLyXModule{Theorems (Order By Chapter)} +#\DeclareLyXModule{Theorems (Chapter)} #DescriptionBegin #Numbers theorems and the like by chapter. Use this module only with #layouts that provide a chapter environment. diff --git a/lib/layouts/theorems-sec.module b/lib/layouts/theorems-sec.module index 7c95bf0..8f5fdd9 100644 --- a/lib/layouts/theorems-sec.module +++ b/lib/layouts/theorems-sec.module @@ -1,4 +1,4 @@ -#\DeclareLyXModule{Theorems (Order By Section)} +#\DeclareLyXModule{Theorems (Section)} #DescriptionBegin #Numbers theorems and the like by section. #DescriptionEnd