Changeset 644


Ignore:
Timestamp:
Dec 4, 2009 5:09:37 PM (13 years ago)
Author:
toby
Message:

# on 2002/09/05 18:21:33, toby did:
minor update: eliminate reference to window by name (.file)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fillcif.tcl

    • Property rcs:date changed from 2002/08/09 16:43:35 to 2002/09/05 18:21:33
    • Property rcs:rev changed from 1.1 to 1.2
    • Property rcs:lines set to +1 -1
    r639 r644  
    231231toplevel $file
    232232wm title $file "CIF file contents"
    233 bind .file <Key-F1> "MakeWWWHelp gsas2cif.html filltemplate"
     233bind $file <Key-F1> "MakeWWWHelp gsas2cif.html filltemplate"
    234234set CIF(txt) $file.t
    235235grid [text $CIF(txt) -height 10 -width 80 -yscrollcommand "$file.s set"] \
Note: See TracChangeset for help on using the changeset viewer.