From: Georg Baum Date: Mon, 10 Mar 2014 19:52:51 +0000 (+0100) Subject: Add comment (thanks Enrico) X-Git-Tag: 2.1.0rc1~50 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e3714947b07f6081ced0a3eab1dc24f5c3bfa81e;p=features.git Add comment (thanks Enrico) --- 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));