]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.cpp
Replace a half-baked attempt to remove \lyxdot from the directory part of
[lyx.git] / src / insets / InsetBibtex.cpp
index 329b32994cf055a7da7528550faadf7c4c8eba99..831613023e8b296c713a377f181046e9c2dd97e1 100644 (file)
@@ -992,9 +992,9 @@ docstring InsetBibtex::xhtml(XHTMLStream & xs, OutputParams const &) const
 }
 
 
-docstring InsetBibtex::contextMenuName() const
+string InsetBibtex::contextMenuName() const
 {
-       return from_ascii("context-bibtex");
+       return "context-bibtex";
 }