Changeset 928 for trunk


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

# on 2008/07/14 13:25:34, toby did:
change button labels to suit convention

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expgui

    • Property rcs:date changed from 2008/04/15 17:15:53 to 2008/07/14 13:25:34
    • Property rcs:lines changed from +85 -19 to +13 -13
    • Property rcs:rev changed from 1.82 to 1.83
    r908 r928  
    775775    pack [button $win.but.1 -text Write -command "destroy $win"] -side left
    776776    SetExportPhase [lindex $expmap(phaselist) 0] $win
    777     pack [button $win.but.2 -text Quit \
     777    pack [button $win.but.2 -text Cancel \
    778778            -command "set expgui(export_phase) 0;destroy $win"] -side left
    779779    pack [button $win.but.help -text Help -bg yellow \
     
    27702770    set expgui(temp) {}
    27712771    pack [frame $w.b -bg beige] -fill x -expand yes -side top
    2772     grid [button $w.b.2 -text Set -command "destroy $w"] -row 0 -column 1
    2773     grid [button $w.b.3 -text Quit \
     2772    grid [button $w.b.2 -text Continue -command "destroy $w"] -row 0 -column 1
     2773    grid [button $w.b.3 -text Cancel \
    27742774            -command "QuitEditBackground $w"] -row 0 -column 2
    27752775    grid [button $w.b.help -text Help -bg yellow \
     
    29192919
    29202920    pack [frame $w.b -bg beige] -fill x -expand yes -side top
    2921     pack [button $w.b.2 -text Set -command "destroy $w"] -side left
    2922     pack [button $w.b.3 -text Quit -command "set expgui(temp) {}; destroy $w"] -side left
     2921    pack [button $w.b.2 -text Continue -command "destroy $w"] -side left
     2922    pack [button $w.b.3 -text Cancel -command "set expgui(temp) {}; destroy $w"] -side left
    29232923    pack [button $w.b.help -text Help -bg yellow \
    29242924            -command "MakeWWWHelp expgui3.html EditParm"] -side right
     
    29982998    }
    29992999    pack [frame $w.b -bg beige] -fill x -expand yes -side top
    3000     grid [button $w.b.2 -text Set \
     3000    grid [button $w.b.2 -text Continue \
    30013001            -command "SetEditProfile [list $entrylist] [list $phaselist] \
    30023002            [list $histlist] $w"] -row 0 -column 1
    3003     grid [button $w.b.3 -text Quit \
     3003    grid [button $w.b.3 -text Cancel \
    30043004            -command "QuitEditProfile $w [list $entrylist]"] -row 0 -column 2
    30053005    grid [button $w.b.help -text Help -bg yellow \
     
    31113111
    31123112    pack [frame $w.b -bg beige] -fill x -expand yes -side top
    3113     grid [button $w.b.2 -text Set -command "AbsSaveEdit $w [list $histlist]"] \
     3113    grid [button $w.b.2 -text Continue -command "AbsSaveEdit $w [list $histlist]"] \
    31143114            -row 0 -column 1
    3115     grid [button $w.b.3 -text Quit \
     3115    grid [button $w.b.3 -text Cancel \
    31163116            -command "destroy $w"] -row 0 -column 2
    31173117    grid [button $w.b.help -text Help -bg yellow \
     
    35933593            ] -side top -expand yes -fill both
    35943594    pack [frame $w.b -bg beige] -fill x -expand yes -side top
    3595     grid [button $w.b.2 -text Set -command "set expgui(temp) 1; destroy $w"] -row 0 -column 1
    3596     grid [button $w.b.3 -text Quit \
     3595    grid [button $w.b.2 -text Continue -command "set expgui(temp) 1; destroy $w"] -row 0 -column 1
     3596    grid [button $w.b.3 -text Cancel \
    35973597            -command "set expgui(temp) 0; destroy $w"] -row 0 -column 2
    35983598#    grid [button $w.b.help -text Help -bg yellow \
Note: See TracChangeset for help on using the changeset viewer.