]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiBox.h
Fix reloading of local layout file (bug #11120)
[lyx.git] / src / frontends / qt4 / GuiBox.h
index 955335037fa9f9b935ab61370c70979ddca4ed0e..4c32dcf8fa81b42d189fa3a818091c586c3a444c 100644 (file)
@@ -41,6 +41,7 @@ private:
        //@{
        InsetCode insetCode() const { return BOX_CODE; }
        FuncCode creationCode() const { return LFUN_BOX_INSERT; }
+       QString dialogTitle() const { return qt_("Box Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
        bool checkWidgets(bool readonly) const;