- Timestamp:
- Dec 4, 2009 5:14:29 PM (14 years ago)
- 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 487 487 pack [button $w.b.2 -text Continue -command "destroy $w"] -side left 488 488 if $quit { 489 pack [button $w.b.3 -text Quit\489 pack [button $w.b.3 -text Cancel \ 490 490 -command "set expgui(temp) {}; destroy $w"] -side left 491 491 } … … 700 700 pack [frame $w.c -bg beige] -side top -expand yes -fill both 701 701 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 \ 703 703 -command "SaveChangeProfileType $w.c [list $histlist] [list $phaselist]; destroy $w"\ 704 704 ] -side left 705 pack [button $w.d.3 -text Quit\705 pack [button $w.d.3 -text Cancel \ 706 706 -command "destroy $w"] -side left 707 707 pack [button $w.d.help -text Help -bg yellow \ … … 1260 1260 pack [button $frm.2.help -text Help -bg yellow \ 1261 1261 -command "MakeWWWHelp expgui.html DeleteHistoryRecords"] -side top 1262 pack [button $frm.2.4 -text Quit\1262 pack [button $frm.2.4 -text Cancel \ 1263 1263 -command {destroy .history}] -side bottom 1264 1264 pack [button $frm.2.3 -text OK \ … … 1633 1633 pack [button $frmC.help -text Help -bg yellow \ 1634 1634 -command "MakeWWWHelp expgui.html ConvertWin"] -side top 1635 pack [button $frmC.q -text Quit-command "destroy $frm"] -side bottom1635 pack [button $frmC.q -text Cancel -command "destroy $frm"] -side bottom 1636 1636 pack [button $frmC.b -text Convert -command "ValidWinCnv $frm"] \ 1637 1637 -side bottom … … 1937 1937 $frmC.b config -text Save 1938 1938 } 1939 pack [button $frmC.q -text Quit\1939 pack [button $frmC.q -text Cancel \ 1940 1940 -command "set expgui(FileMenuEXPNAM) {}; destroy $frm"] -side bottom 1941 1941 bind $frm <Return> "$frmC.b invoke"
Note: See TracChangeset
for help on using the changeset viewer.