]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_main.C
Fix natbib bug spotted by JMarc.
[lyx.git] / src / lyx_main.C
index 5cdbdc8d5f7328d968d582fda927fb9404464833..7a189991cc7474579f9842a5a28b33ce34435e0f 100644 (file)
@@ -294,8 +294,8 @@ void LyX::init(bool gui)
                FileInfo file(fullbinpath, true);
                followlink = file.isLink();
                if (followlink) {
-                       lyxerr << " directory " << fullbinpath
-                              << " is a link" << endl;
+                       lyxerr[Debug::INIT] << " directory " << fullbinpath
+                                           << " is a link" << endl;
                        string link;
                        if (LyXReadLink(fullbinpath, link, true)) {
                                fullbinpath = link;
@@ -447,7 +447,7 @@ void LyX::init(bool gui)
        // If there is a preferences file we read that instead
        // of the old lyxrc file.
        if (!readRcFile("preferences"))
-           readRcFile("lyxrc");
+               readRcFile("lyxrc");
 
        readEncodingsFile("encodings");
        readLanguagesFile("languages");