]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.cpp
tex2lyx/text.cpp: fix typos
[lyx.git] / src / insets / InsetSpace.cpp
index 081b98c44cf35e3ce898b7930cc9cb1cc6264111..90d171e2d40570c6330fd308565d115735d243f0 100644 (file)
@@ -837,9 +837,9 @@ bool InsetSpace::isStretchableSpace() const
 }
 
 
-docstring InsetSpace::contextMenuName() const
+string InsetSpace::contextMenuName() const
 {
-       return from_ascii("context-space");
+       return "context-space";
 }