]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetPhantom.cpp
Fix bug #7975 following suggestions made by JMarc there.
[lyx.git] / src / insets / InsetPhantom.cpp
index 9e3808f0e7ca38d1d9bc4f333fc5411ac3360145..5a63957ef8b49ba58f6b8108ad5b9df16d5cdce2 100644 (file)
@@ -358,9 +358,9 @@ docstring InsetPhantom::xhtml(XHTMLStream &, OutputParams const &) const
        return docstring();
 }
 
-docstring InsetPhantom::contextMenuName() const
+string InsetPhantom::contextMenuName() const
 {
-       return from_ascii("context-phantom");
+       return "context-phantom";
 }