Changeset 380
- Timestamp:
- Dec 4, 2009 5:05:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsascmds.tcl
- Property rcs:date changed from 2000/12/22 21:31:48 to 2001/04/16 21:27:22
- Property rcs:lines changed from +12 -4 to +3 -3
- Property rcs:rev changed from 1.29 to 1.30
r370 r380 159 159 # overridden by the caller). 160 160 161 option add *Dialog.msg.wrapLength 3i widgetDefault161 option add *Dialog.msg.wrapLength 6i widgetDefault 162 162 163 163 if {[string length $data(-message)] > 300} { … … 1961 1961 ] 1962 1962 if {[string tolower $ans] == "overwrite"} {destroy .file} 1963 if $ans {destroy .file}1963 # if $ans {destroy .file} 1964 1964 return 1965 1965 }
Note: See TracChangeset
for help on using the changeset viewer.