Compilation fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24427 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-04-21 22:42:26 +00:00
parent 0a2f2485c8
commit 5cbf181f1e

View File

@ -231,7 +231,7 @@ void rescanTexStyles()
{
// Run rescan in user lyx directory
PathChanger p(package().user_support());
FileName const command = libFileSearch("scripts", "TeXFiles.py");
FileName const command = support::libFileSearch("scripts", "TeXFiles.py");
Systemcall one;
int const status = one.startscript(Systemcall::Wait,
os::python() + ' ' +