]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.cpp
Replace a half-baked attempt to remove \lyxdot from the directory part of
[lyx.git] / src / insets / InsetNote.cpp
index da9dd3366974382eb3c655828bbce06e49d1d393..2351c2584a1b23d0b6ec6decfd3580ad3499c07a 100644 (file)
@@ -322,9 +322,9 @@ void InsetNote::validate(LaTeXFeatures & features) const
 }
 
 
-docstring InsetNote::contextMenuName() const
+string InsetNote::contextMenuName() const
 {
-       return from_ascii("context-note");
+       return "context-note";
 }
 
 bool InsetNote::allowSpellCheck() const