From 12ca81f2ea44c947fcd5f6d4f4c57bd5ebdf98d9 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 (cherry picked from commit d2afa67da91dd2371fd78516882f7f603fa4ab8b) --- src/frontends/qt4/GuiPrintNomencl.h | 2 +- status.23x | 2 ++ 2 files changed, 3 insertions(+), 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 &); diff --git a/status.23x b/status.23x index 87c0309960..752b79cab6 100644 --- a/status.23x +++ b/status.23x @@ -265,6 +265,8 @@ What's new - Handle correctly zero table special arguments (bug 10247). +- Fix "New Inset" function in the Nomenclature list dialog. + * INTERNALS -- 2.39.5