]> git.lyx.org Git - features.git/commitdiff
revert unwanted change.
authorAbdelrazak Younes <younes@lyx.org>
Mon, 11 May 2009 11:55:31 +0000 (11:55 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 11 May 2009 11:55:31 +0000 (11:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29629 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/Systemcall.cpp

index 3d01683c96b8dfa765baed8724ae7817a326ce4a..1692b2ca1c8e88bf488872b7bff69622f27f25ad 100644 (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!");