diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-04-16 22:23:17 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-04-16 22:23:17 (GMT) |
commit | f1738e4080c7f26a5bdfb1dfcb3b74b597753f23 (patch) | |
tree | 9ccfcdb8140291a877a3fa051032fca6560eb29d /library/clrpick.tcl | |
parent | 17bba1e64412ab68a7e0f2c2e5e3feed49a46f49 (diff) | |
download | tk-f1738e4080c7f26a5bdfb1dfcb3b74b597753f23.zip tk-f1738e4080c7f26a5bdfb1dfcb3b74b597753f23.tar.gz tk-f1738e4080c7f26a5bdfb1dfcb3b74b597753f23.tar.bz2 |
Fix bug 533519
Diffstat (limited to 'library/clrpick.tcl')
-rw-r--r-- | library/clrpick.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/clrpick.tcl b/library/clrpick.tcl index cfbfb4f..02793cc 100644 --- a/library/clrpick.tcl +++ b/library/clrpick.tcl @@ -89,7 +89,7 @@ proc ::tk::dialog::color:: {args} { # 5. 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) |