Add comment (thanks Enrico)

This commit is contained in:
Georg Baum 2014-03-10 20:52:51 +01:00
parent bdaad6e6ff
commit e3714947b0

View 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));