diff options
author | dgp <dgp@users.sourceforge.net> | 2004-07-15 00:05:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-07-15 00:05:52 (GMT) |
commit | 5c0c77a23967d1959e8f5ec7e21695cf0f3d4b6c (patch) | |
tree | be117e3b51a7ef1b317dc3ba6d0e06010c706175 /ChangeLog | |
parent | ad0b169fffb30d54aea311de7fc443fec1cbcb2a (diff) | |
download | tk-5c0c77a23967d1959e8f5ec7e21695cf0f3d4b6c.zip tk-5c0c77a23967d1959e8f5ec7e21695cf0f3d4b6c.tar.gz tk-5c0c77a23967d1959e8f5ec7e21695cf0f3d4b6c.tar.bz2 |
* library/tkfbox.tcl: Corrected coding errors in most recent change.
Use [bind $w], not [$w configure] to modify bindings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-07-13 Don Porter <dgp@users.sourceforge.net> + + * library/tkfbox.tcl: Corrected coding errors in most recent change. + Use [bind $w], not [$w configure] to modify bindings. + 2004-07-11 Donal K. Fellows <donal.k.fellows@man.ac.uk> * library/tkfbox.tcl (::tk::dialog::file::Create): Watch out for |