diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2012-04-16 22:23:17 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2012-04-16 22:23:17 (GMT) |
commit | 14843c0deb1082cff5cdcce06824de709c18195b (patch) | |
tree | 9ccfcdb8140291a877a3fa051032fca6560eb29d /library/choosedir.tcl | |
parent | 391bbba2bedcf4ba8d34cfd85318a33c2f3cf7d6 (diff) | |
download | tk-14843c0deb1082cff5cdcce06824de709c18195b.zip tk-14843c0deb1082cff5cdcce06824de709c18195b.tar.gz tk-14843c0deb1082cff5cdcce06824de709c18195b.tar.bz2 |
Fix bug 533519
FossilOrigin-Name: 1507edf87504200307c4ab178fe3a640cd14385c
Diffstat (limited to 'library/choosedir.tcl')
-rw-r--r-- | library/choosedir.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/choosedir.tcl b/library/choosedir.tcl index b9c2aa8..0fd3f01 100644 --- a/library/choosedir.tcl +++ b/library/choosedir.tcl @@ -79,7 +79,7 @@ proc ::tk::dialog::file::chooseDir:: {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) |