]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNomencl.cpp
support for table cell rotations; fileformat change
[lyx.git] / src / insets / InsetNomencl.cpp
index cd0a526ea0222f5fe36702627fa9c72febe18f01..7bdcfc7672cd903c963cd7b8d4737eadaf4c731b 100644 (file)
@@ -334,9 +334,9 @@ InsetCode InsetPrintNomencl::lyxCode() const
 }
 
 
-docstring InsetPrintNomencl::contextMenuName() const
+string InsetPrintNomencl::contextMenuName() const
 {
-       return from_ascii("context-nomenclprint");
+       return "context-nomenclprint";
 }