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 &);