]> git.lyx.org Git - features.git/blobdiff - src/lyx_cb.C
to much stuff for my liking...
[features.git] / src / lyx_cb.C
index 2bbe4a334769bf137fe20e8356a72de56fa38f60..da4a2717d25f66b00521d0a62fb7882167f1645e 100644 (file)
@@ -521,9 +521,9 @@ void MenuInsertLabel(BufferView * bv, string const & arg)
                }
        }
        if (!label.empty()) {
-               InsetCommandParams p( "label", label );
-               InsetLabel * inset = new InsetLabel( p );
-               bv->insertInset( inset );
+               InsetCommandParams p("label", label);
+               InsetLabel * inset = new InsetLabel(p);
+               bv->insertInset(inset);
        }
        bv->owner()->allowInput();
 }