Changeset 929


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

# on 2008/07/14 13:26:22, toby did:
change some button labels to be more conventional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsascmds.tcl

    • Property rcs:date changed from 2008/07/14 01:19:02 to 2008/07/14 13:26:22
    • Property rcs:lines changed from +73 -18 to +7 -7
    • Property rcs:rev changed from 1.65 to 1.66
    r924 r929  
    487487    pack [button $w.b.2 -text Continue -command "destroy $w"] -side left
    488488    if $quit {
    489         pack [button $w.b.3 -text Quit \
     489        pack [button $w.b.3 -text Cancel \
    490490                -command "set expgui(temp) {}; destroy $w"] -side left
    491491    }
     
    700700    pack [frame $w.c -bg beige] -side top -expand yes -fill both
    701701    pack [frame $w.d -bg beige] -side top -expand yes -fill both
    702     pack [button $w.d.2 -text Set  \
     702    pack [button $w.d.2 -text Continue  \
    703703              -command "SaveChangeProfileType $w.c [list $histlist] [list $phaselist]; destroy $w"\
    704704            ] -side left
    705     pack [button $w.d.3 -text Quit \
     705    pack [button $w.d.3 -text Cancel \
    706706            -command "destroy $w"] -side left
    707707    pack [button $w.d.help -text Help -bg yellow \
     
    12601260    pack [button $frm.2.help -text Help -bg yellow \
    12611261            -command "MakeWWWHelp expgui.html DeleteHistoryRecords"] -side top
    1262     pack [button $frm.2.4 -text Quit \
     1262    pack [button $frm.2.4 -text Cancel \
    12631263            -command {destroy .history}] -side bottom
    12641264    pack [button $frm.2.3 -text OK \
     
    16331633    pack [button $frmC.help -text Help -bg yellow \
    16341634            -command "MakeWWWHelp expgui.html ConvertWin"] -side top
    1635     pack [button $frmC.q -text Quit -command "destroy $frm"] -side bottom
     1635    pack [button $frmC.q -text Cancel -command "destroy $frm"] -side bottom
    16361636    pack [button $frmC.b -text Convert -command "ValidWinCnv $frm"] \
    16371637            -side bottom
     
    19371937        $frmC.b config -text Save
    19381938    }
    1939     pack [button $frmC.q -text Quit \
     1939    pack [button $frmC.q -text Cancel \
    19401940            -command "set expgui(FileMenuEXPNAM) {}; destroy $frm"] -side bottom
    19411941    bind $frm <Return> "$frmC.b invoke"
Note: See TracChangeset for help on using the changeset viewer.