]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiTabular.h
Handle correctly zero table special arguments.
[lyx.git] / src / frontends / qt4 / GuiTabular.h
index c19e066ddb3be9fea0be77f76f6f0630bae05f42..20f7681780566eafe394a416c43dc7dccc19d5cb 100644 (file)
@@ -42,6 +42,7 @@ private:
        //@{
        InsetCode insetCode() const { return TABULAR_CODE; }
        FuncCode creationCode() const { return LFUN_TABULAR_INSERT; }
+       QString dialogTitle() const { return qt_("Tabular Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
        bool checkWidgets(bool readonly) const;