]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewline.cpp
Rename InsetXXX::contextMenu to InsetXXX::contextMenuName. Now this function doesn...
[lyx.git] / src / insets / InsetNewline.cpp
index c775170d90f60f7df65d182d4e3dd34ef855a784..88c77c00f734415ed621a23352abb0f3644731f4 100644 (file)
@@ -261,7 +261,7 @@ void InsetNewline::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-docstring InsetNewline::contextMenu(BufferView const &, int, int) const
+docstring InsetNewline::contextMenuName() const
 {
        return from_ascii("context-newline");
 }