]> git.lyx.org Git - lyx.git/blobdiff - src/LyX.cpp
* There are cases where updateLabels is not called because no
[lyx.git] / src / LyX.cpp
index b7a0376455c131597d2301ae49a8b44833070bb0..e12d859f403e796f4e330e8a5ff3c0443a65ec60 100644 (file)
@@ -530,7 +530,7 @@ int LyX::init(int & argc, char * argv[])
                // the filename if necessary
                pimpl_->files_to_load_.push_back(fileSearch(string(),
                        os::internal_path(to_utf8(from_local8bit(argv[argi]))),
-                       "lyx", allow_unreadable));
+                       "lyx", may_not_exist));
        }
 
        if (first_start)