From 6115692265cad270c2bc64ec205bacc0e96f6cdc Mon Sep 17 00:00:00 2001 From: PB Date: Tue, 1 Nov 2022 18:18:55 +0100 Subject: [PATCH] Update Environment Variables programming guide No real changes, just add reference to wxSystemOptions, which also uses system environment variables to affect behaviour of wxWidgets applications. --- docs/doxygen/overviews/envvars.h | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/doxygen/overviews/envvars.h b/docs/doxygen/overviews/envvars.h index 52c8b2e3c8..ae0190c7af 100644 --- a/docs/doxygen/overviews/envvars.h +++ b/docs/doxygen/overviews/envvars.h @@ -39,3 +39,4 @@ wxWidgets programs. be safely ignored if the code works as expected.} */ +@see wxSystemOptions \ No newline at end of file