]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInfo.h
Fix logic error that led to bug #8777. I have no idea what I was
[lyx.git] / src / insets / InsetInfo.h
index 44bc7b2bf3554b652a6b6f3313b866a203ae7cfc..66f6a8634a7da29a29199d6f9d4b5abaf89a302d 100644 (file)
@@ -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; }