]> git.lyx.org Git - features.git/commitdiff
Fix #10819: Set title for print nomencl dialog.
authorRichard Heck <rgheck@lyx.org>
Mon, 27 Nov 2017 02:59:38 +0000 (21:59 -0500)
committerRichard Heck <rgheck@lyx.org>
Mon, 27 Nov 2017 03:00:14 +0000 (22:00 -0500)
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;