On Mon, 2023-09-04 at 20:34 +0200, Pavel Sanda wrote: > commit 625c61f1d545044f8c287434968b79f17004a078 > Author: Pavel Sanda <[email protected]> > Date: Mon Sep 4 21:50:51 2023 +0200 > > Output python version in About dialog. > > Patch from Jose.
@Stephan could you test this, please, to see if the output is meaningful (on Mac)? Attached is a one-line patch to fix the documentation (in this case this can almost be applied manually). :-) Best regards, -- José Abílio
diff --git a/src/support/os.h b/src/support/os.h index 35154a8c34..20b4e96346 100644 --- a/src/support/os.h +++ b/src/support/os.h @@ -65,7 +65,7 @@ std::string const python(bool reset = false); /// Check for availability of the python interpreter bool hasPython(); -/// Return information about the ython interper +/// Return information about the python interperter (version and path) std::string const python_info(); ///
-- lyx-devel mailing list [email protected] http://lists.lyx.org/mailman/listinfo/lyx-devel
