]> git.lyx.org Git - features.git/commitdiff
compile fix
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 6 Nov 2006 13:27:05 +0000 (13:27 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 6 Nov 2006 13:27:05 +0000 (13:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15766 a592a061-630c-0410-9148-cb99ea01b6c8

src/client/messages.C

index e0f559435ec2b126a1bd6c89fe8cba103a719797..00394a90dec4aad5c5bdd7e2943da8de2dab44cd 100644 (file)
@@ -168,7 +168,7 @@ public:
 
        docstring const get(string const & m) const
        {
-               return m;
+               return from_ascii(m);
        }
 };
 #endif