diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-29 08:16:38 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-29 08:16:38 (GMT) |
commit | 2394840bf0a69ff1aa91ecead70e6b2a4d716d1a (patch) | |
tree | a071167cb16834595a30cb892fda90b867250e6c /library/msgbox.tcl | |
parent | 79ddeebf264139cfbadae729b54646a2cfc8c092 (diff) | |
parent | 64ac9dba8558f572db2bd2d6f908134796bf92c3 (diff) | |
download | tk-bug_3512824.zip tk-bug_3512824.tar.gz tk-bug_3512824.tar.bz2 |
merge trunkbug_3512824
Diffstat (limited to 'library/msgbox.tcl')
-rw-r--r-- | library/msgbox.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/msgbox.tcl b/library/msgbox.tcl index 087567e..60a2a19 100644 --- a/library/msgbox.tcl +++ b/library/msgbox.tcl @@ -395,7 +395,7 @@ proc ::tk::MessageBox {args} { # 7. 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) |