]> git.lyx.org Git - lyx.git/blobdiff - src/undo.C
hopefully fix tex2lyx linking.
[lyx.git] / src / undo.C
index 915e3e9a998e63e66db1a343c19b54ef0fb6692b..b60d0e11b95f8c3d3fddbbd00d643ad1c4d003c7 100644 (file)
@@ -170,8 +170,7 @@ bool textUndoOrRedo(BufferView & bv,
                // gained by storing just 'a few' paragraphs (most if not
                // all math inset cells have just one paragraph!)
                //lyxerr << "undo.array=" << undo.array <<endl;
-               // FIXME UNICODE
-               asArray(from_utf8(undo.array), dit.cell());
+               asArray(undo.array, dit.cell());
        } else {
                // Some finer machinery is needed here.
                LyXText * text = dit.text();