]> git.lyx.org Git - features.git/commitdiff
Add comment (thanks Enrico)
authorGeorg Baum <baum@lyx.org>
Mon, 10 Mar 2014 19:52:51 +0000 (20:52 +0100)
committerGeorg Baum <baum@lyx.org>
Mon, 10 Mar 2014 19:52:51 +0000 (20:52 +0100)
src/LyX.cpp

index b576ac05a5e2925b4a5a7c09c09ca92c7cc005f2..41c69f7dae4d77f031290dfed4b0dede36b8de3d 100644 (file)
@@ -844,6 +844,7 @@ bool LyX::init()
                lyxrc.print();
 
        os::windows_style_tex_paths(lyxrc.windows_style_tex_paths);
+       // Prepend path prefix a second time to take the user preferences into a account
        if (!lyxrc.path_prefix.empty())
                prependEnvPath("PATH", replaceEnvironmentPath(lyxrc.path_prefix));