X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FKeyMap.cpp;h=fe3092b50931cd50ab81d3169ebd9e3aff4a9d56;hb=cadae068974fb25e97c5b2c38774a73ee23e92fc;hp=a9bcb596227c1540154b0cb744ad25dfdc44d4ea;hpb=50016ccf3a1c010756427be49d376099e085d71c;p=lyx.git diff --git a/src/KeyMap.cpp b/src/KeyMap.cpp index a9bcb59622..fe3092b509 100644 --- a/src/KeyMap.cpp +++ b/src/KeyMap.cpp @@ -253,7 +253,7 @@ void KeyMap::defkey(KeySequence * seq, FuncRequest const & func, unsigned int r) it->func.origin = FuncRequest::KEYBOARD; return; } else if (!it->table.get()) { - lyxerr << "Error: New binding for '" + lyxerr << "Error: New binding for '" << to_utf8(seq->print(false)) << "' is overriding old binding..." << endl;