Changeset 61


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

# on 1999/02/19 18:17:14, toby did:
Cleanup warnings

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  
    122122        update
    123123        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"]
    125126        if $ans {set expgui(expfile) {}}
    126127    }
     
    405406        if {$expgui(changed) == 0} {
    406407            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 loose the modifications \
     408                    "File [file tail $expgui(expfile)] has been modified by another program. \
     409Do you want to load the newer version or lose the modifications \
    409410by editing the current version?" \
    410411                    warning 0 "Load new" "Continue editing"]
    411412        } else {
    412413            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 \
    414415and you have made $expgui(changed) changes to this version. \
    415 Do you want to load the newer version or loose the modifications \
     416Do you want to load the newer version or lose the modifications \
    416417by continuing to edit the current version?" \
    417418                    warning 0 "Load new" "Continue editing" "Save edited version"]
Note: See TracChangeset for help on using the changeset viewer.