summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2022-11-03 12:49:34 (GMT)
committerdgp <dgp@users.sourceforge.net>2022-11-03 12:49:34 (GMT)
commit880fc0bc23f2eb8de1787baf5f663d81b7f58417 (patch)
treefb50dfe851ab4e9ff16ea9766cb7711cf44330e8 /library
parent40d24f6d095a3ee884507da98d9628c8ed020ff3 (diff)
parente0a9d8d3100de26a961418e9ab3fc6087014e00b (diff)
downloadtk-880fc0bc23f2eb8de1787baf5f663d81b7f58417.zip
tk-880fc0bc23f2eb8de1787baf5f663d81b7f58417.tar.gz
tk-880fc0bc23f2eb8de1787baf5f663d81b7f58417.tar.bz2
merge 8.6
Diffstat (limited to 'library')
-rw-r--r--library/demos/menu.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/menu.tcl b/library/demos/menu.tcl
index dc5ce9b..4f5d703 100644
--- a/library/demos/menu.tcl
+++ b/library/demos/menu.tcl
@@ -55,7 +55,7 @@ menu $m -tearoff 0
$m add command -label "Long entry that does nothing"
if {[tk windowingsystem] eq "aqua"} {
set modifier Command
-} elseif {[tk windowingsystem] == "win32"} {
+} elseif {[tk windowingsystem] eq "win32"} {
set modifier Control
} else {
set modifier Meta