X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetERT.h;h=7d77bdafa4d43654b55bc4292de3d9716b572f9e;hb=9914f21bceef9610bd1822f96eff0aa6d1a8df7c;hp=83ac11cf58c97b051a33d58442263f36c99ee5df;hpb=3f27f951cbc2521edfbf78792839d61306bdb978;p=lyx.git diff --git a/src/insets/InsetERT.h b/src/insets/InsetERT.h index 83ac11cf58..7d77bdafa4 100644 --- a/src/insets/InsetERT.h +++ b/src/insets/InsetERT.h @@ -38,8 +38,8 @@ 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; }