From: Martin Vermeer Date: Tue, 4 Sep 2007 03:48:24 +0000 (+0000) Subject: Add error fallback to custom insets X-Git-Tag: 1.6.10~8519 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6c73681b071c3132b87289e6d9e0a7d2c70ec901;p=features.git Add error fallback to custom insets git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20030 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/layouts/stdcustom.inc b/lib/layouts/stdcustom.inc index 06ee38f663..45251682e5 100644 --- a/lib/layouts/stdcustom.inc +++ b/lib/layouts/stdcustom.inc @@ -18,3 +18,12 @@ InsetLayout Custom:Endnote EndPreamble End +# Error fallback: +InsetLayout Custom + LyxType end + LabelString "UNDEFINED" + Font + Color error + EndFont +End +