]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.C
convert author names and status messages to docstring
[lyx.git] / src / BufferView.C
index 7cda307f1c16cc84ee2fdff26896b5642d07af7f..cd8e79892a3ee8831de55de3c82f513e49117e91 100644 (file)
@@ -721,7 +721,7 @@ bool BufferView::dispatch(FuncRequest const & cmd)
                break;
 
        case LFUN_FONT_STATE:
-               cur.message(from_utf8(cur.currentState()));
+               cur.message(cur.currentState());
                break;
 
        case LFUN_BOOKMARK_SAVE: