commit 12ca81f2ea44c947fcd5f6d4f4c57bd5ebdf98d9
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Tue Jul 10 11:01:49 2018 +0200

    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 deletions(-)

diff --git a/src/frontends/qt4/GuiPrintNomencl.h 
b/src/frontends/qt4/GuiPrintNomencl.h
index 54e6d96..ad1a195 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 87c0309..752b79c 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
 

Reply via email to