]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiLabel.h
Do not show master's errors if compiling child
[lyx.git] / src / frontends / qt4 / GuiLabel.h
index 0b7afd21f8ebe19ab00f8fedd63327086ebca557..261f145a5e32b24932eed16cf5b18058249c2f8e 100644 (file)
@@ -32,6 +32,7 @@ private:
        //@{
        InsetCode insetCode() const { return LABEL_CODE; }
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
+       QString dialogTitle() const { return qt_("Label Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
        bool checkWidgets(bool readonly) const;