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