]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacroTemplate.cpp
tex2lyx/text.cpp: fix typos
[lyx.git] / src / mathed / MathMacroTemplate.cpp
index 2989e2be5ce01ba25c5aab5ccabdf091308552d4..2d36e4d2238f520851dfa306bf19d1bf5f1cf239 100644 (file)
@@ -1367,9 +1367,9 @@ void MathMacroTemplate::infoize(odocstream & os) const
 }
 
 
-docstring MathMacroTemplate::contextMenuName() const
+string MathMacroTemplate::contextMenuName() const
 {
-       return from_ascii("context-math-macro-definition");
+       return "context-math-macro-definition";
 }
 
 } // namespace lyx