]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.C
remove more forms.h cruft
[lyx.git] / src / lyxrc.C
index 14b41778a302d8f4b34289588e25db75dba2a114..8a4db60be5abfaad5c615a168c9c978098ab1802 100644 (file)
@@ -278,7 +278,7 @@ int LyXRC::read(string const & filename)
        lexrc.setFile(filename);
        if (!lexrc.IsOK()) return -2;
        
-       lyxerr[Debug::INIT] << "Reading '" << filename << "'..." << endl;
+       lyxerr[Debug::LYXRC] << "Reading '" << filename << "'..." << endl;
        
        while (lexrc.IsOK()) {
                // By using two switches we take advantage of the compiler
@@ -707,7 +707,7 @@ int LyXRC::read(string const & filename)
                        }
                        
                        if ((action = lyxaction.LookupFunc(cmd))>= 0) {
-                               if (lyxerr.debugging(Debug::KBMAP)) {
+                               if (lyxerr.debugging(Debug::LYXRC)) {
                                        lyxerr << "RC_BIND: Sequence `"
                                               << seq << "' Command `"
                                               << cmd << "' Action `"
@@ -715,7 +715,7 @@ int LyXRC::read(string const & filename)
                                }
                                res = toplevel_keymap->bind(seq, action);
                                if (res != 0
-                                   && lyxerr.debugging(Debug::KBMAP)) {
+                                   && lyxerr.debugging(Debug::LYXRC)) {
                                        lexrc.printError(
                                                "RC_BIND: "
                                                "Invalid key sequence `"