Changeset 61
- Timestamp:
- Dec 4, 2009 4:59:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expgui
- Property rcs:date changed from 1999/02/02 17:26:27 to 1999/02/19 18:17:14
- Property rcs:lines changed from +14 -4 to +7 -6
- Property rcs:rev changed from 1.9 to 1.10
r48 r61 122 122 update 123 123 set ans [tk_dialog .expFileErrorMsg "File Open Error" \ 124 "File $expgui(expfile) does not exist" error 0 "Create" "Open other"] 124 "File [file tail $expgui(expfile)] does not exist in [file dirname $expgui(expfile)]" \ 125 error 0 "Create" "Open other"] 125 126 if $ans {set expgui(expfile) {}} 126 127 } … … 405 406 if {$expgui(changed) == 0} { 406 407 set ans [tk_dialog .expFileErrorMsg "Reload?" \ 407 "File $expgui(expfile)has been modified by another program. \408 Do you want to load the newer version or lo ose the modifications \408 "File [file tail $expgui(expfile)] has been modified by another program. \ 409 Do you want to load the newer version or lose the modifications \ 409 410 by editing the current version?" \ 410 411 warning 0 "Load new" "Continue editing"] 411 412 } else { 412 413 set ans [tk_dialog .expFileErrorMsg "Reload?" \ 413 "File $expgui(expfile)has been modified by another program \414 "File [file tail $expgui(expfile)] has been modified by another program \ 414 415 and you have made $expgui(changed) changes to this version. \ 415 Do you want to load the newer version or lo ose the modifications \416 Do you want to load the newer version or lose the modifications \ 416 417 by continuing to edit the current version?" \ 417 418 warning 0 "Load new" "Continue editing" "Save edited version"]
Note: See TracChangeset
for help on using the changeset viewer.