]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.h
* ANNOUNCE
[lyx.git] / src / insets / InsetERT.h
index 2839af02ff069a0a5e7e878fbdf0266d167e83a4..139834c21aec6f2ff178ca17238505d04fb1cfa0 100644 (file)
@@ -37,6 +37,9 @@ public:
        static CollapseStatus string2params(std::string const &);
        ///
        static std::string params2string(CollapseStatus);
+
+       docstring contextMenu(BufferView const &, int, int) const
+               { return from_ascii("context-ert"); }
 private:
        ///
        InsetCode lyxCode() const { return ERT_CODE; }