]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiPrintNomencl.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiPrintNomencl.h
index 6d5de973200d7a9bb6c8c68abb6fd57ef1d1d07a..ad1a195446e28dee4b3c160f9e4189d6b0014b03 100644 (file)
@@ -36,7 +36,8 @@ 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 &);
        docstring dialogToParams() const;