Changeset 726


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

# on 2003/08/11 19:22:56, toby did:
code cleanup -col -> -column

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/import_cif.tcl

    • Property rcs:date changed from 2002/09/05 18:17:58 to 2003/08/11 19:22:56
    • Property rcs:lines changed from +44 -458 to +3 -3
    • Property rcs:rev changed from 1.10 to 1.11
    r643 r726  
    2121    set CIF(txt) $file.t
    2222    grid [text $CIF(txt) -height 10 -width 80 -yscrollcommand "$file.s set"] \
    23             -col 0 -row 0 -sticky news
     23            -column 0 -row 0 -sticky news
    2424    grid [scrollbar $file.s -command "$CIF(txt) yview"] \
    25             -col 1 -row 0 -sticky ns
     25            -column 1 -row 0 -sticky ns
    2626    grid columnconfig $file 0 -weight 1
    2727    grid rowconfig $file 0 -weight 1
Note: See TracChangeset for help on using the changeset viewer.