]> git.lyx.org Git - lyx.git/blobdiff - src/kbmap.C
small changes to ButtonController usage
[lyx.git] / src / kbmap.C
index 8423c5d6356b47db55068901805079ad4f492520..68cde51c6a779bf80b28a777c55d711deedb35d0 100644 (file)
@@ -180,7 +180,7 @@ int kb_keymap::defkey(kb_sequence * seq, int action, int idx /*= 0*/)
                        if (idx + 1 == seq->length) {
                                string buf;
                                seq->print(buf, true);
-                               lyxerr[Debug::KEY]
+                               lyxerr[Debug::KBMAP]
                                        << "Warning: New binding for '"
                                        << buf
                                        << "' is overriding old binding..."