commit 8e9321dec2992cef5cf20676437525330ac95495
Author: Georg Baum <[email protected]>
Date:   Thu Jun 16 20:25:43 2016 +0200

    Amend 10b4a471853

diff --git a/src/support/os.cpp b/src/support/os.cpp
index 8afb96c..c21d9c5 100644
--- a/src/support/os.cpp
+++ b/src/support/os.cpp
@@ -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();

Reply via email to