]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetVSpace.cpp
tex2lyx/text.cpp: fix typos
[lyx.git] / src / insets / InsetVSpace.cpp
index 057435eedaf437e77395bedf8c182443553b4fbb..1e46425aa65a501506b4a054347b8add6eb8a5ca 100644 (file)
@@ -232,9 +232,9 @@ docstring InsetVSpace::xhtml(XHTMLStream &, OutputParams const &) const
 }
 
 
-docstring InsetVSpace::contextMenuName() const
+string InsetVSpace::contextMenuName() const
 {
-       return from_ascii("context-vspace");
+       return "context-vspace";
 }