Changeset 62 for trunk/gsascmds.tcl
- Timestamp:
- Dec 4, 2009 4:59:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsascmds.tcl
- Property rcs:date changed from 1999/02/19 16:02:23 to 1999/02/19 18:18:23
- Property rcs:lines changed from +0 -3 to +3 -4
- Property rcs:rev changed from 1.8 to 1.9
r60 r62 731 731 } 732 732 } 733 destroy $frm734 733 } 735 734 … … 1072 1071 if {[file extension $expgui(FileMenuEXPNAM)] != ".EXP"} { 1073 1072 tk_dialog .expFileErrorMsg "File Open Error" \ 1074 "File $expgui(FileMenuEXPNAM)is not a valid name. Experiment files must end in \".EXP\"" \1073 "File [file tail $expgui(FileMenuEXPNAM)] is not a valid name. Experiment files must end in \".EXP\"" \ 1075 1074 error 0 OK 1076 1075 return … … 1079 1078 if {$mode == "new" && [file exists $file]} { 1080 1079 set ans [tk_dialog .expFileErrorMsg "File Open Error" \ 1081 "File $file already exists. OK to overwrite?" question 0 \1080 "File [file tail $file] already exists in [file dirname $file]. OK to overwrite?" question 0 \ 1082 1081 "Select other name" "Overwrite"] 1083 1082 if $ans {destroy .file} … … 1086 1085 if {$mode == "old" && ![file exists $file]} { 1087 1086 set ans [tk_dialog .expFileErrorMsg "File Open Error" \ 1088 "File $file does not exist. OK to create?" question 0 \1087 "File [file tail $file] does not exist in [file dirname $file]. OK to create?" question 0 \ 1089 1088 "Select other name" "Create"] 1090 1089 if $ans {destroy .file}
Note: See TracChangeset
for help on using the changeset viewer.