]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInfo.h
tex2lyx/text.cpp: fix typos
[lyx.git] / src / insets / InsetInfo.h
index 3a2cbe1edf8f80c0f4cd1d22e888fe8eb6481006..66f6a8634a7da29a29199d6f9d4b5abaf89a302d 100644 (file)
@@ -96,7 +96,7 @@ public:
        ///
        InsetCode lyxCode() const { return INFO_CODE; }
        ///
-       docstring name() const;
+       docstring layoutName() const;
        ///
        Inset * editXY(Cursor & cur, int x, int y);
        ///
@@ -126,9 +126,9 @@ public:
        ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
        ///
-       docstring contextMenu(BufferView const &, int, int) const;
+       std::string contextMenu(BufferView const &, int, int) const;
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        /// should paragraph indendation be ommitted in any case?
        bool neverIndent() const { return true; }