X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetERT.h;h=7d77bdafa4d43654b55bc4292de3d9716b572f9e;hb=9914f21bceef9610bd1822f96eff0aa6d1a8df7c;hp=416dffbf31c17688fffc038958df41e399acc021;hpb=e7f2bbe1eec4752ae2c88481bd77320186bbb8fb;p=lyx.git diff --git a/src/insets/InsetERT.h b/src/insets/InsetERT.h index 416dffbf31..7d77bdafa4 100644 --- a/src/insets/InsetERT.h +++ b/src/insets/InsetERT.h @@ -38,13 +38,13 @@ public: /// static std::string params2string(CollapseStatus); - docstring contextMenuName() const - { return from_ascii("context-ert"); } + std::string contextMenuName() const + { return "context-ert"; } private: /// InsetCode lyxCode() const { return ERT_CODE; } /// - docstring name() const { return from_ascii("ERT"); } + docstring layoutName() const { return from_ascii("ERT"); } /// void write(std::ostream & os) const; ///