]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiHyperlink.h
QDialogButtonBox for the remaining dialogs.
[lyx.git] / src / frontends / qt4 / GuiHyperlink.h
index 4e319642680add787ea67301a15c5348fa6f67d5..3f24fce848d0eab4636b2521f863762c27c07cd4 100644 (file)
@@ -32,6 +32,7 @@ private:
        //@{
        InsetCode insetCode() const { return HYPERLINK_CODE; }
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
+       QString dialogTitle() const { return qt_("Hyperlink Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
        bool checkWidgets(bool readonly) const;