X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetERT.h;h=139834c21aec6f2ff178ca17238505d04fb1cfa0;hb=f5123ccfa82215030c70561af881175d92244492;hp=2839af02ff069a0a5e7e878fbdf0266d167e83a4;hpb=6490dd8636b57e178684e507449aa87589fe06e4;p=lyx.git diff --git a/src/insets/InsetERT.h b/src/insets/InsetERT.h index 2839af02ff..139834c21a 100644 --- a/src/insets/InsetERT.h +++ b/src/insets/InsetERT.h @@ -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; }