summaryrefslogtreecommitdiffstats
path: root/library/msgbox.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-16 22:23:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-16 22:23:17 (GMT)
commitafac75d77e1560fca29532e63b5f2ebd71c73519 (patch)
tree9ccfcdb8140291a877a3fa051032fca6560eb29d /library/msgbox.tcl
parentc3630385b1325ea8ed6a3066ca868fc131739a58 (diff)
downloadtk-afac75d77e1560fca29532e63b5f2ebd71c73519.zip
tk-afac75d77e1560fca29532e63b5f2ebd71c73519.tar.gz
tk-afac75d77e1560fca29532e63b5f2ebd71c73519.tar.bz2
Fix bug 533519
Diffstat (limited to 'library/msgbox.tcl')
-rw-r--r--library/msgbox.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/msgbox.tcl b/library/msgbox.tcl
index 2a22d54..e5a363d 100644
--- a/library/msgbox.tcl
+++ b/library/msgbox.tcl
@@ -406,7 +406,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)