]> git.lyx.org Git - lyx.git/blobdiff - src/kbsequence.C
Fix working of the spellchecker dialog with ispell when there are no
[lyx.git] / src / kbsequence.C
index 5acea1f8af7fe9c0a303a956c9df127eb33e88f1..304b7edf28080550495a084e8717f14c4c983af8 100644 (file)
@@ -263,8 +263,11 @@ char kb_sequence::getiso() const
 {
        unsigned int const c = getsym();
 
-       lyxerr << "Raw keysym: " << std::hex << c << std::dec << endl;
-       lyxerr << "byte 3: " << std::hex << (c & 0x0000FF00) << std::dec << endl;
+       lyxerr[Debug::KBMAP] << "Raw keysym: "
+                            << std::hex << c << std::dec << endl;
+       lyxerr[Debug::KBMAP] << "byte 3: "
+                            << std::hex << (c & 0x0000FF00) << std::dec
+                            << endl;
        
        switch (c & 0x0000FF00) {
                // latin 1 byte 3 = 0