]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.h
Math.lyx, Tutorial.lyx: fix some typos spotted by a user
[lyx.git] / src / insets / InsetFloat.h
index 3c9a717473cf87bb4d646aaa29ecda04478f37e2..502422a21b965a2966cd5e6dd020244df1f3cc78 100644 (file)
@@ -67,9 +67,11 @@ public:
        void setNewLabel();
        ///
        InsetFloatParams const & params() const { return params_; }
+       ///
+       bool allowsCaptionVariation() const { return !params_.subfloat; }
 private:
        ///
-       docstring name() const;
+       docstring layoutName() const;
        ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
        ///