revert unwanted change.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29629 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2009-05-11 11:55:31 +00:00
parent 54aefd360c
commit bff46f987c

View File

@ -60,8 +60,6 @@ int Systemcall::startscript(Starttype how, string const & what)
#else
QString cmd = QString::fromLocal8Bit(what.c_str());
QProcess * process = new QProcess;
cmd.replace("python", "python2.5");
cmd.prepend("/usr/bin/");
process->start(cmd);
if (!process->waitForStarted(1000)) {
LYXERR0("Qprocess " << cmd << " did not start!");