From d2afa67da91dd2371fd78516882f7f603fa4ab8b Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Tue, 10 Jul 2018 11:01:49 +0200 Subject: [PATCH] Fix creationCode() of GuiPrintNomencl This fixes "New Inset" in that dialog. Candidate for stable --- src/frontends/qt4/GuiPrintNomencl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiPrintNomencl.h b/src/frontends/qt4/GuiPrintNomencl.h index 54e6d9614d..ad1a195446 100644 --- a/src/frontends/qt4/GuiPrintNomencl.h +++ b/src/frontends/qt4/GuiPrintNomencl.h @@ -36,7 +36,7 @@ private: /// \name InsetParamsWidget inherited methods //@{ InsetCode insetCode() const { return NOMENCL_PRINT_CODE; } - FuncCode creationCode() const { return LFUN_INSET_INSERT; } + FuncCode creationCode() const { return LFUN_NOMENCL_PRINT; } QString dialogTitle() const { return qt_("Nomenclature List Settings"); } void paramsToDialog(Inset const *); void paramsToDialog(InsetCommandParams const &); -- 2.39.5