Changeset 747


Ignore:
Timestamp:
Dec 4, 2009 5:11:20 PM (14 years ago)
Author:
toby
Message:

# on 2003/11/13 17:20:00, toby did:
remove obsolete references to tkButtonInvoke

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  
    234234
    235235    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]
    237237    }
    238238
Note: See TracChangeset for help on using the changeset viewer.