]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiNomenclature.h
Fix reloading of local layout file (bug #11120)
[lyx.git] / src / frontends / qt4 / GuiNomenclature.h
index 7e4c7f5c181a11787a04a3f4f2cc7328cc3f4248..30fb2c846fe02f6ffa304757cee8da6006ca81d7 100644 (file)
@@ -33,6 +33,7 @@ private:
        //@{
        InsetCode insetCode() const { return NOMENCL_CODE; }
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
+       QString dialogTitle() const { return qt_("Nomenclature Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
        bool checkWidgets(bool readonly) const;