]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiPrintNomencl.h
Do not show master's errors if compiling child
[lyx.git] / src / frontends / qt4 / GuiPrintNomencl.h
index 6d5de973200d7a9bb6c8c68abb6fd57ef1d1d07a..54e6d9614d5021bda67a29248ee6299e6fbd9d7a 100644 (file)
@@ -37,6 +37,7 @@ private:
        //@{
        InsetCode insetCode() const { return NOMENCL_PRINT_CODE; }
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
+       QString dialogTitle() const { return qt_("Nomenclature List Settings"); }
        void paramsToDialog(Inset const *);
        void paramsToDialog(InsetCommandParams const &);
        docstring dialogToParams() const;