]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.cpp
Comments.
[lyx.git] / src / insets / InsetTabular.cpp
index 55c96d828246e5b9ce69e72b867720e8871c786e..3cd8213b3a130d7d3501213015c488a3e008d432 100644 (file)
@@ -3399,7 +3399,7 @@ void InsetTabular::write(ostream & os) const
 }
 
 
-docstring InsetTabular::contextMenu(BufferView const &, int, int) const
+string InsetTabular::contextMenu(BufferView const &, int, int) const
 {
        // FIXME: depending on the selection state,
        // we could offer a different menu.
@@ -3407,9 +3407,9 @@ docstring InsetTabular::contextMenu(BufferView const &, int, int) const
 }
 
 
-docstring InsetTabular::contextMenuName() const
+string InsetTabular::contextMenuName() const
 {
-       return from_ascii("context-tabular");
+       return "context-tabular";
 }