summaryrefslogtreecommitdiffstats
path: root/library/comdlg.tcl
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2005-07-25 15:31:11 (GMT)
committerdgp@users.sourceforge.net <dgp>2005-07-25 15:31:11 (GMT)
commit42804b615909a18166a0008484161413394210eb (patch)
tree9e3b7a7cb843bdffdeff633ff764e9b144c07208 /library/comdlg.tcl
parent90c86de9813e35e067d112ca4bfbc7dc09f091d8 (diff)
downloadtk-42804b615909a18166a0008484161413394210eb.zip
tk-42804b615909a18166a0008484161413394210eb.tar.gz
tk-42804b615909a18166a0008484161413394210eb.tar.bz2
typo fix
Diffstat (limited to 'library/comdlg.tcl')
-rw-r--r--library/comdlg.tcl4
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