X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffactory.cpp;h=a0f0ee35379a99d7c06bc3d38adc407537100463;hb=897436efbb9bd641b61467d185a2dfae9839e575;hp=09296591dae5ab252c6d9c5a77a14192f33808a0;hpb=0e64103f927443835005cda616db620f9b9e007b;p=features.git diff --git a/src/factory.cpp b/src/factory.cpp index 09296591da..a0f0ee3537 100644 --- a/src/factory.cpp +++ b/src/factory.cpp @@ -264,7 +264,7 @@ Inset * createInset(BufferView * bv, FuncRequest const & cmd) InsetCollapsable::CollapseStatus st; InsetERTMailer::string2params(to_utf8(cmd.argument()), st); return new InsetERT(params, st); - + } else if (name == "listings") { InsetListingsParams par; InsetListingsMailer::string2params(to_utf8(cmd.argument()), par);