]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListings.cpp
Fix bug #7975 following suggestions made by JMarc there.
[lyx.git] / src / insets / InsetListings.cpp
index 6156f8883fd696f390146d34b821b7c9df9b0240..a8b56d0773d27cdc2c121c4e9ffbfaedb5add992 100644 (file)
@@ -300,9 +300,9 @@ docstring InsetListings::xhtml(XHTMLStream & os, OutputParams const & rp) const
 }
 
 
-docstring InsetListings::contextMenuName() const
+string InsetListings::contextMenuName() const
 {
-       return from_ascii("context-listings");
+       return "context-listings";
 }