]> git.lyx.org Git - features.git/commitdiff
Amend 10b4a471853
authorGeorg Baum <baum@lyx.org>
Thu, 16 Jun 2016 18:25:43 +0000 (20:25 +0200)
committerGeorg Baum <baum@lyx.org>
Thu, 16 Jun 2016 18:25:43 +0000 (20:25 +0200)
src/support/os.cpp

index 8afb96ce40739ae9c6f4eb114bec3a01bff72500..c21d9c5d3a39f80e03d3f0c938dae15c8b1de9d6 100644 (file)
@@ -77,7 +77,7 @@ string const python(bool reset)
                vector<string> const path = getEnvPath("PATH");
                vector<string>::const_iterator it = path.begin();
                vector<string>::const_iterator const end = path.end();
-               lyxerr << "Looking for python v2.x ...\n";
+               lyxerr << "Looking for python v2.x or 3.x ...\n";
                for (; it != end; ++it) {
                        QString const dir = toqstr(*it);
                        string const localdir = dir.toLocal8Bit().constData();