Changeset 122


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

# on 1999/11/17 22:07:24, toby did:
Add EraseHistory? command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsasmenu.tcl

    • Property rcs:date changed from 1999/10/11 19:46:16 to 1999/11/17 22:07:24
    • Property rcs:lines changed from +12 -7 to +9 -2
    • Property rcs:rev changed from 1.10 to 1.11
    r110 r122  
    99array set expgui_menulist {
    1010    file {
     11        EraseHistory
    1112        convert
    1213        dlst
     
    338339        in ~/.gsas_config (c:\.gsas_config)}
    339340    }
     341    EraseHistory {DeleteHistoryRecords {
     342        Delete all but a selected number of history records; note that
     343        this speeds EXPGUI somewhat. Since the largest number for a
     344        history record is 999, the default is to also renumber the
     345        records starting with 1}
     346    }
    340347    exit        {- {
    341348        Exit EXPGUI}
Note: See TracChangeset for help on using the changeset viewer.