diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2009-01-07 14:35:39 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2009-01-07 14:35:39 (GMT) |
commit | d03aad70ca68aa4c46be2ee07277dcf0f5cfe411 (patch) | |
tree | 96244c0d96511d9b8d025c31cfb8a28c21698481 /ChangeLog | |
parent | 114517ca2014f21586487d79a7362b44af6b3540 (diff) | |
download | tk-d03aad70ca68aa4c46be2ee07277dcf0f5cfe411.zip tk-d03aad70ca68aa4c46be2ee07277dcf0f5cfe411.tar.gz tk-d03aad70ca68aa4c46be2ee07277dcf0f5cfe411.tar.bz2 |
Applied patch from [Bug 2473120] to fix the arguments to tk_messageBox call in the tk_chooseDirectory unix implementation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2009-01-07 Pat Thoyts <patthoyts@users.sourceforge.net> + * library/tkfbox.tcl: [Bug 2473120] mis-ordered messagebox args. + * win/tkWinWm.c: prevent grabs being bypassed on Windows [Bug 1847002] 2009-01-06 Jan Nijtmans <nijtmans@users.sf.net> |