]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiBibitem.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiBibitem.h
index 17d901c1ff9a2f2643532ad88c8804068407c216..d96d7c1fd790845f53cd5cc8d95706f6c657f2f8 100644 (file)
@@ -33,6 +33,7 @@ private:
        //@{
        InsetCode insetCode() const { return BIBITEM_CODE; }
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
+       QString dialogTitle() const { return qt_("Bibliography Item Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
        bool checkWidgets(bool readonly) const;