diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-16 22:23:17 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-16 22:23:17 (GMT) |
commit | 31f6b36e6e188b6b5c7a5007b15b99100b597bab (patch) | |
tree | 9ccfcdb8140291a877a3fa051032fca6560eb29d /library/tkfbox.tcl | |
parent | 03ceba547a22b69f50f302e737f783597d7f9276 (diff) | |
download | tk-31f6b36e6e188b6b5c7a5007b15b99100b597bab.zip tk-31f6b36e6e188b6b5c7a5007b15b99100b597bab.tar.gz tk-31f6b36e6e188b6b5c7a5007b15b99100b597bab.tar.bz2 |
Fix bug 533519
Diffstat (limited to 'library/tkfbox.tcl')
-rw-r--r-- | library/tkfbox.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tkfbox.tcl b/library/tkfbox.tcl index b778bd0..bf6cf87 100644 --- a/library/tkfbox.tcl +++ b/library/tkfbox.tcl @@ -869,7 +869,7 @@ proc ::tk::dialog::file:: {type args} { # Withdraw the window, then update all the geometry information # so we know how big it wants to be, then center the window in the - # display and de-iconify it. + # display (Motif style) and de-iconify it. ::tk::PlaceWindow $w widget $data(-parent) wm title $w $data(-title) |