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