]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiBibitem.cpp
Fix handling of the add branch textfield in GuiBranches
[lyx.git] / src / frontends / qt4 / GuiBibitem.cpp
index 12ec4b0ea8fe010cfd5136c74246f0009a06c6e3..0b2da16cce5ea35d4447962380e37c82ddbf3341 100644 (file)
@@ -49,7 +49,7 @@ docstring GuiBibitem::dialogToParams() const
        InsetCommandParams params(insetCode());
        params["key"] = qstring_to_ucs4(keyED->text());
        params["label"] = qstring_to_ucs4(labelED->text());
-       return from_utf8(InsetCommand::params2string("bibitem", params));
+       return from_utf8(InsetCommand::params2string(params));
 }