summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-27 08:51:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-27 08:51:13 (GMT)
commit1c852e43232a3be1eeb1159c0d1a30fd943960c5 (patch)
treec562659857ad43f5b8defdc9c28e23fbb1307808 /macosx
parent16104b531487870a3fdc8fe6888ad1daf34f348b (diff)
downloadtk-1c852e43232a3be1eeb1159c0d1a30fd943960c5.zip
tk-1c852e43232a3be1eeb1159c0d1a30fd943960c5.tar.gz
tk-1c852e43232a3be1eeb1159c0d1a30fd943960c5.tar.bz2
Bump to 8.6.12 for release
Diffstat (limited to 'macosx')
-rw-r--r--macosx/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/README b/macosx/README
index 834dea4..4ed334f 100644
--- a/macosx/README
+++ b/macosx/README
@@ -681,7 +681,7 @@ conditional code which is only used for macOS.
The 10.14 release added support for system appearance changes,
including a "Dark Mode" that renders all window frames and menus in
-dark colors. Tk 8.6.11 provides three virtual events <<LightAqua>>,
+dark colors. Tk 8.6 provides three virtual events <<LightAqua>>,
<<DarkAqua>> and <<AppearanceChanged>>, to allow you to update your Tk
app's appearance when the system appearance changes. These events are
generated in [NSView effectiveAppearanceChanged], which is called by