diff options
author | das <das> | 2006-12-01 07:13:00 (GMT) |
---|---|---|
committer | das <das> | 2006-12-01 07:13:00 (GMT) |
commit | 8fef207a11239a587b1675e1c93cc391794d1441 (patch) | |
tree | 1727761a632d5ce53615cea53c7638df2ee13446 /ChangeLog | |
parent | 0bf5f2ba786133d6eab8809395c78ab8f92084af (diff) | |
download | tk-8fef207a11239a587b1675e1c93cc391794d1441.zip tk-8fef207a11239a587b1675e1c93cc391794d1441.tar.gz tk-8fef207a11239a587b1675e1c93cc391794d1441.tar.bz2 |
* macosx/tkMacOSXDialog.c (Tk_MessageBoxObjCmd): fix inability to use
buttons with standard Escape key binding as -default button (reported
on tcl-mac by Hans-Christoph Steiner).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2006-11-30 Daniel Steffen <das@users.sourceforge.net> + * macosx/tkMacOSXDialog.c (Tk_MessageBoxObjCmd): fix inability to use + buttons with standard Escape key binding as -default button (reported + on tcl-mac by Hans-Christoph Steiner). + * macosx/tkMacOSXWm.c (WmAttributesCmd): fix getting [wm attr -alpha]. [Bug 1581932] |