]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiERT.h
Use QMessageBox for toggleWarning if possible
[lyx.git] / src / frontends / qt4 / GuiERT.h
index 35ca85c332a7af07980afbc6803068dcf9a28dec..cc4caefbaf7fac0997713c2abce97314eb73727c 100644 (file)
@@ -30,6 +30,7 @@ private:
        //@{
        InsetCode insetCode() const { return ERT_CODE; }
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
+       QString dialogTitle() const { return qt_("TeX Mode Inset Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
        bool checkWidgets(bool readonly) const;