]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetPreview.h
#7379 avoid the wrap spell check question when buffer is empty
[lyx.git] / src / insets / InsetPreview.h
index b398c89b8f1a52c4b8dbb1d11ed45b34c1987075..439740a4f734bf3fe5ccc08ba45cddf78e9322d4 100644 (file)
@@ -49,7 +49,7 @@ public:
        
        bool descendable(BufferView const & /*bv*/) const { return true; }
 
-       docstring contextMenu(BufferView const &, int, int) const
+       docstring contextMenuName() const
                { return from_ascii("context-preview"); }
 
        void metrics(MetricsInfo & mi, Dimension & dim) const;