From 7bf7a111b1efb4d4f4a95a2b62d576cc715d97cc Mon Sep 17 00:00:00 2001 From: Martin Vermeer Date: Thu, 6 Sep 2007 15:37:34 +0000 Subject: [PATCH] Forgot this git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20106 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/MenuBackend.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/MenuBackend.h b/src/MenuBackend.h index 815f2669a8..bfb3833bf6 100644 --- a/src/MenuBackend.h +++ b/src/MenuBackend.h @@ -66,6 +66,9 @@ public: /** This is the list of user-configurable insets to insert into document */ Custom, + /** This is the list of XML elements to + insert into the document */ + Elements, /** This is the list of floats that we can insert a list for. */ FloatListInsert, -- 2.39.5