summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tltcl/lib/tk8.6/menu.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tltcl/lib/tk8.6/menu.tcl')
-rw-r--r--Master/tlpkg/tltcl/lib/tk8.6/menu.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tltcl/lib/tk8.6/menu.tcl b/Master/tlpkg/tltcl/lib/tk8.6/menu.tcl
index 9d6370a6ea7..c4991f81166 100644
--- a/Master/tlpkg/tltcl/lib/tk8.6/menu.tcl
+++ b/Master/tlpkg/tltcl/lib/tk8.6/menu.tcl
@@ -138,7 +138,7 @@ bind Menu <Leave> {
bind Menu <Motion> {
tk::MenuMotion %W %x %y %s
}
-bind Menu <ButtonPress> {
+bind Menu <Button> {
tk::MenuButtonDown %W
}
bind Menu <ButtonRelease> {