]> git.lyx.org Git - features.git/blobdiff - src/MenuBackend.h
Inset configurability: separate charstyle and custom insets
[features.git] / src / MenuBackend.h
index 07c115a2727d052cc42e978e9a084d38c3634c89..815f2669a82f5572252ada599684c9f3619720f7 100644 (file)
@@ -63,6 +63,9 @@ public:
                /** This is the list of elements available
                 * for insertion into document. */
                CharStyles,
+               /** This is the list of user-configurable
+               insets to insert into document */
+               Custom,
                /** This is the list of floats that we can
                    insert a list for. */
                FloatListInsert,