]> git.lyx.org Git - lyx.git/blobdiff - src/messages.C
cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now.
[lyx.git] / src / messages.C
index 2b049c705efee0908dbc805f95190f11e96f1f01..1f192e9fc75729b68a5ed6426e990b28d285e147 100644 (file)
@@ -224,9 +224,9 @@ public:
 
        ~Pimpl() {}
 
-       string const get(string const & m) const
+       docstring const get(string const & m) const
        {
-               return m;
+               return lyx::from_ascii(m);
        }
 };
 #endif