diff options
author | dgp <dgp@users.sourceforge.net> | 2005-07-25 15:31:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-07-25 15:31:11 (GMT) |
commit | b1b4598525bd26924eab4805d6ed7c1591166ab0 (patch) | |
tree | 9e3b7a7cb843bdffdeff633ff764e9b144c07208 /library | |
parent | 941ca458347a9eb90fce2843303fd7b9904b23c7 (diff) | |
download | tk-b1b4598525bd26924eab4805d6ed7c1591166ab0.zip tk-b1b4598525bd26924eab4805d6ed7c1591166ab0.tar.gz tk-b1b4598525bd26924eab4805d6ed7c1591166ab0.tar.bz2 |
typo fix
Diffstat (limited to 'library')
-rw-r--r-- | library/comdlg.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/comdlg.tcl b/library/comdlg.tcl index 1a7ab8f..0126ad4 100644 --- a/library/comdlg.tcl +++ b/library/comdlg.tcl @@ -3,7 +3,7 @@ # Some functions needed for the common dialog boxes. Probably need to go # in a different file. # -# RCS: @(#) $Id: comdlg.tcl,v 1.11 2005/07/25 09:06:01 dkf Exp $ +# RCS: @(#) $Id: comdlg.tcl,v 1.12 2005/07/25 15:31:11 dgp Exp $ # # Copyright (c) 1996 Sun Microsystems, Inc. # @@ -205,7 +205,7 @@ proc ::tk::FocusGroup_In {t w detail} { variable FocusIn variable ::tk::Priv - if {$detail ne "NotifyNonlinear" && $detail ne "NotifyNonlinearVirtual"]} { + if {$detail ne "NotifyNonlinear" && $detail ne "NotifyNonlinearVirtual"} { # This is caused by mouse moving out&in of the window *or* # ordinary keypresses some window managers (ie: CDE [Bug: 2960]). return |