]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiHSpace.h
Do not show master's errors if compiling child
[lyx.git] / src / frontends / qt4 / GuiHSpace.h
index 5b09d7a5d08e92b2da43ae67846ff7bf387e63d1..9be11ab6896c92eeceed25c6432add9bc633e36f 100644 (file)
@@ -36,6 +36,7 @@ private:
        //@{
        InsetCode insetCode() const { return math_mode_ ? MATH_SPACE_CODE : SPACE_CODE; }
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
+       QString dialogTitle() const { return qt_("Horizontal Space Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
        bool checkWidgets(bool readonly) const;