Changeset 747
- Timestamp:
- Dec 4, 2009 5:11:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/browsecif.tcl
- Property rcs:date changed from 2003/11/05 22:13:15 to 2003/11/13 17:20:00
- Property rcs:lines changed from +2 -2 to +1 -1
- Property rcs:rev changed from 1.7 to 1.8
r739 r747 234 234 235 235 if {[string compare $data(-default) ""]} { 236 bind $w <Return> [list tkButtonInvoke $w.[string tolower $data(-default)]]236 bind $w <Return> [list $w.[string tolower $data(-default)] invoke] 237 237 } 238 238
Note: See TracChangeset
for help on using the changeset viewer.