From 87a256c7c2b2540e792f201ed6b6ab351fb288e8 Mon Sep 17 00:00:00 2001 From: tmh Date: Wed, 27 Aug 2008 18:51:06 +0000 Subject: fix typo added to menu.tcl --- ChangeLog | 4 ++++ library/menu.tcl | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 107e9bc..2eee4b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-08-25 Todd M. Helfter + + * library/menu.tcl: fix typo from [Bug 1023955] + 2008-08-25 Todd M. Helfter * library/menu.tcl : Do not flip to the arrow cursor on menus. 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 } -- cgit v0.12