From: Georg Baum Date: Thu, 16 Jun 2016 18:25:43 +0000 (+0200) Subject: Amend 10b4a471853 X-Git-Tag: 2.3.0alpha1~1440 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8e9321dec2992cef5cf20676437525330ac95495;p=features.git Amend 10b4a471853 --- diff --git a/src/support/os.cpp b/src/support/os.cpp index 8afb96ce40..c21d9c5d3a 100644 --- a/src/support/os.cpp +++ b/src/support/os.cpp @@ -77,7 +77,7 @@ string const python(bool reset) vector const path = getEnvPath("PATH"); vector::const_iterator it = path.begin(); vector::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();