]> git.lyx.org Git - features.git/blobdiff - src/insets/insetbase.C
use more unicode in math
[features.git] / src / insets / insetbase.C
index 86436782b1068aabf7d2e6af020ebad82f51c63b..fb9a1b5fb7affa4199387929bae2309765ad3a84 100644 (file)
@@ -248,9 +248,9 @@ docstring const InsetBase::editMessage() const
 }
 
 
-std::string const & InsetBase::getInsetName() const
+docstring const & InsetBase::getInsetName() const
 {
-       static std::string const name = "unknown";
+       static docstring const name = from_ascii("unknown");
        return name;
 }