]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiLabel.h
Make a string translatable
[lyx.git] / src / frontends / qt4 / GuiLabel.h
index d616cbf1f5c5228f3a47026e3d70061f21209e31..261f145a5e32b24932eed16cf5b18058249c2f8e 100644 (file)
@@ -32,9 +32,10 @@ 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() const;
+       bool checkWidgets(bool readonly) const;
        bool initialiseParams(std::string const &);
        //@}
 };