X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiInclude.cpp;h=266fa25f91d5d698c7e6bf79bbd9c02175572e46;hb=8b7584846c4e1a9c87a004fab479722fee7e3013;hp=32c8f097a0b2c3aaa9530b8cd5e223ba3d08449f;hpb=adbc064959a363e1da6094dffc5a106af5684ffa;p=lyx.git diff --git a/src/frontends/qt4/GuiInclude.cpp b/src/frontends/qt4/GuiInclude.cpp index 32c8f097a0..266fa25f91 100644 --- a/src/frontends/qt4/GuiInclude.cpp +++ b/src/frontends/qt4/GuiInclude.cpp @@ -335,7 +335,7 @@ QString GuiInclude::browse(QString const & in_name, Type in_type) const bool GuiInclude::initialiseParams(std::string const & data) { - InsetCommand::string2params("include", data, params_); + InsetCommand::string2params(data, params_); paramsToDialog(params_); return true; } @@ -343,7 +343,7 @@ bool GuiInclude::initialiseParams(std::string const & data) void GuiInclude::dispatchParams() { - std::string const lfun = InsetCommand::params2string("include", params_); + std::string const lfun = InsetCommand::params2string(params_); dispatch(FuncRequest(getLfun(), lfun)); }