Changeset 7


Ignore:
Timestamp:
Dec 4, 2009 4:58:48 PM (14 years ago)
Author:
toby
Message:

# on 1998/11/23 19:38:02, toby did:
Fix Revision bug
Change name to LSTVIEW

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lstview

    • Property rcs:date changed from 1998/11/23 19:34:03 to 1998/11/23 19:38:02
    • Property rcs:lines changed from +23 -16 to +5 -4
    • Property rcs:rev changed from 1.2 to 1.3
    r6 r7  
    3030set txtvw(followcycle) 1
    3131# override options with locally defined values
    32 if [file exists ~/.textview_config] {
    33     source ~/.textview_config
     32if [file exists ~/.lstview_config] {
     33    source ~/.lstview_config
    3434}
    3535
     
    295295
    296296proc aboutgsas {} {
     297    global Revision
    297298    tk_dialog .warn About "
    298299GSAS\n\
    299300A. C. Larson and\n R. B. Von Dreele,\n LANSCE, Los Alamos\n\n\
    300 TEXTVIEW\nB. Toby, NIST\nNot subject to copyright\n\n\
     301LSTVIEW\nB. Toby, NIST\nNot subject to copyright\n\n\
    301302$Revision\n\
    302303" {} 0 OK
Note: See TracChangeset for help on using the changeset viewer.