]> git.lyx.org Git - lyx.git/blobdiff - src/factory.C
fix some C++ parsing bugs
[lyx.git] / src / factory.C
index c61872dd1a8e626279a7a9516e32daa25214be26..490bd0dabb73f49ec74d7d56fdcfb6f74a28abe3 100644 (file)
@@ -172,7 +172,7 @@ Inset * createInset(FuncRequest const & cmd)
                return new InsetTheorem;
 #endif
 
-       case LFUN_INSET_APPLY: {
+       case LFUN_INSET_INSERT: {
                string const name = cmd.getArg(0);
 
                if (name == "bibitem") {