]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetScript.cpp
Rename InsetXXX::contextMenu to InsetXXX::contextMenuName. Now this function doesn...
[lyx.git] / src / insets / InsetScript.cpp
index 76f5757c38f147766530059380d4f43b2607a537..9e729d5790eda42cf5b8a87f8a5fb4835c53a431 100644 (file)
@@ -423,7 +423,7 @@ docstring InsetScript::xhtml(XHTMLStream & xs, OutputParams const & runparams) c
 }
 
 
-docstring InsetScript::contextMenu(BufferView const &, int, int) const
+docstring InsetScript::contextMenuName() const
 {
        return from_ascii("context-script");
 }