git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25132 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-06-05 05:39:19 +00:00
parent 592dbb3284
commit 96fbd90e92

View File

@ -810,7 +810,7 @@ FileName const findtexfile(string const & fil, string const & /*format*/)
if (absfile.exists())
return absfile;
// No we try to find it using kpsewhich.
// Now we try to find it using kpsewhich.
// It seems from the kpsewhich manual page that it is safe to use
// kpsewhich without --format: "When the --format option is not
// given, the search path used when looking for a file is inferred