Changeset 631


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

# on 2002/07/18 20:50:45, toby did:
GSAS2CIF & fillCIF changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expgui

    • Property rcs:date changed from 2002/07/03 21:02:35 to 2002/07/18 20:50:45
    • Property rcs:lines changed from +17 -9 to +7 -0
    • Property rcs:rev changed from 1.56 to 1.57
    r605 r631  
    39183918            -state disabled
    39193919
     3920    $expgui(fm).$m.menu add  cascade -label "CIF Export" \
     3921            -menu $expgui(fm).$m.menu.cifexp
     3922    menu $expgui(fm).$m.menu.cifexp
     3923    $expgui(fm).$m.menu.cifexp add command -label gsas2cif \
     3924            -command "runGSASwEXP gsas2cif"
     3925    $expgui(fm).$m.menu.cifexp add command -label FillTemplate \
     3926            -command "exec $wishshell [file join $expgui(scriptdir) fillcif.tcl] \[file root \[file tail \$expgui(expfile)]]"
    39203927    # add the commands in expgui_menulist
    39213928    foreach menu [array names expgui_menulist ] {
Note: See TracChangeset for help on using the changeset viewer.