summaryrefslogtreecommitdiffstats
path: root/library/menu.tcl
diff options
context:
space:
mode:
authortmh <tmh>2008-08-27 18:51:06 (GMT)
committertmh <tmh>2008-08-27 18:51:06 (GMT)
commitef29fd8de8f57f353dc6cf8a477e2947ad2ed0a7 (patch)
tree032fe0e86cd9d899e6456cef8e44f1c6a55c49bf /library/menu.tcl
parentfdf8d96fea52ab37e0ffd8002fcd6604e6d02e40 (diff)
downloadtk-ef29fd8de8f57f353dc6cf8a477e2947ad2ed0a7.zip
tk-ef29fd8de8f57f353dc6cf8a477e2947ad2ed0a7.tar.gz
tk-ef29fd8de8f57f353dc6cf8a477e2947ad2ed0a7.tar.bz2
fix typo added to menu.tcl
Diffstat (limited to 'library/menu.tcl')
-rw-r--r--library/menu.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/menu.tcl b/library/menu.tcl
index 791081f..dd3101b 100644
--- a/library/menu.tcl
+++ b/library/menu.tcl
@@ -4,7 +4,7 @@
# It also implements keyboard traversal of menus and implements a few
# other utility procedures related to menus.
#
-# RCS: @(#) $Id: menu.tcl,v 1.26.2.1 2008/08/25 23:37:12 tmh Exp $
+# RCS: @(#) $Id: menu.tcl,v 1.26.2.2 2008/08/27 18:51:07 tmh Exp $
#
# Copyright (c) 1992-1994 The Regents of the University of California.
# Copyright (c) 1994-1997 Sun Microsystems, Inc.
@@ -261,7 +261,7 @@ proc ::tk::MbPost {w {x {}} {y {}}} {
if {$cur ne ""} {
MenuUnpost {}
}
- if {$tk_stricktMotif} {
+ if {$tk_strictMotif} {
set Priv(cursor) [$w cget -cursor]
$w configure -cursor arrow
}