diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2010-01-23 01:36:03 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2010-01-23 01:36:03 (GMT) |
commit | 733aa079ae7a00cc9a223dbe7c241d80b375021e (patch) | |
tree | 8500a7a8b539c7fd4556fc1e9ebfc09d25c5b9f6 /library/tkfbox.tcl | |
parent | 8b4e67afad45324f1e560417e3429252383c1263 (diff) | |
download | tk-733aa079ae7a00cc9a223dbe7c241d80b375021e.zip tk-733aa079ae7a00cc9a223dbe7c241d80b375021e.tar.gz tk-733aa079ae7a00cc9a223dbe7c241d80b375021e.tar.bz2 |
TIP #359: Extended Window Manager Hints support for 8.4
Diffstat (limited to 'library/tkfbox.tcl')
-rw-r--r-- | library/tkfbox.tcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/library/tkfbox.tcl b/library/tkfbox.tcl index e32dbe7..c55c8e8 100644 --- a/library/tkfbox.tcl +++ b/library/tkfbox.tcl @@ -11,7 +11,7 @@ # files by clicking on the file icons or by entering a filename # in the "Filename:" entry. # -# RCS: @(#) $Id: tkfbox.tcl,v 1.38.2.13 2007/02/19 23:53:36 hobbs Exp $ +# RCS: @(#) $Id: tkfbox.tcl,v 1.38.2.14 2010/01/23 01:36:03 patthoyts Exp $ # # Copyright (c) 1994-1998 Sun Microsystems, Inc. # @@ -1001,6 +1001,7 @@ proc ::tk::dialog::file::Create {w class} { global tk_library toplevel $w -class $class + if {[tk windowingsystem] eq "x11"} {wm attributes $w -type dialog} # f1: the frame with the directory option menu # |