From e3714947b07f6081ced0a3eab1dc24f5c3bfa81e Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Mon, 10 Mar 2014 20:52:51 +0100 Subject: [PATCH] Add comment (thanks Enrico) --- src/LyX.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/LyX.cpp b/src/LyX.cpp index b576ac05a5..41c69f7dae 100644 --- a/src/LyX.cpp +++ b/src/LyX.cpp @@ -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)); -- 2.39.2