]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.h
Context menu for InsetArgument
[lyx.git] / src / insets / InsetERT.h
index 83ac11cf58c97b051a33d58442263f36c99ee5df..7d77bdafa4d43654b55bc4292de3d9716b572f9e 100644 (file)
@@ -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; }