]> git.lyx.org Git - features.git/blobdiff - src/factory.cpp
Renaming CharStyle -> Flex, finishing touch
[features.git] / src / factory.cpp
index f3c85532d80777decfdb0aecb0ff493c911623d8..f8afea83366df81108fa1be90d082a0d127bc3cd 100644 (file)
@@ -102,7 +102,7 @@ Inset * createInset(BufferView * bv, FuncRequest const & cmd)
                case LFUN_CLEARDOUBLEPAGE_INSERT:
                        return new InsetClearDoublePage;
 
-               case LFUN_CHARSTYLE_INSERT: {
+               case LFUN_FLEX_INSERT: {
                        string s = cmd.getArg(0);
                        TextClass tclass = params.getTextClass();
                        InsetLayout il = tclass.insetlayout(from_utf8(s));