From: Abdelrazak Younes Date: Mon, 11 May 2009 11:55:31 +0000 (+0000) Subject: revert unwanted change. X-Git-Tag: 2.0.0~6607 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bff46f987ca25eaad772dff0c93d5cc8a4b912e6;p=features.git revert unwanted change. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29629 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/Systemcall.cpp b/src/support/Systemcall.cpp index 3d01683c96..1692b2ca1c 100644 --- a/src/support/Systemcall.cpp +++ b/src/support/Systemcall.cpp @@ -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!");