- Timestamp:
- Mar 1, 2019 1:12:59 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Common/Installer/CheckVersionFTP.ipf
r1001 r1132 52 52 //couldn't find the file, send user to web site to update 53 53 sprintf str,"I could not determine what version of the SANS Macros you are running." 54 str += " You need to go to the NCNR website for the latest version. Do you want to go there now?" 54 // str += " You need to go to the NCNR website for the latest version. Do you want to go there now?" 55 str += " You need to go to the SANS Trac website for the latest version. Do you want to go there now?" 55 56 DoAlert 1,str 56 57 if(V_flag==1) 57 BrowseURL "http://www.ncnr.nist.gov/programs/sans/data/red_anal.html" 58 // BrowseURL "http://www.ncnr.nist.gov/programs/sans/data/red_anal.html" 59 BrowseURL "http://danse.chem.utk.edu/trac/wiki" 58 60 endif 59 61 //don't need to close if nothing was opened (/Z) … … 74 76 If(runningVersion != upToDateVersion) 75 77 sprintf str,"You are running version %g and the latest version is %g.",runningVersion,upToDateVersion 76 str += " You need to go to the NCNR website for the latest version. Do you want to go there now?" 78 // str += " You need to go to the NCNR website for the latest version. Do you want to go there now?" 79 str += " You need to go to the SANS Trac website for the latest version. Do you want to go there now?" 77 80 DoAlert 1,str 78 81 if(V_flag==1) 79 BrowseURL "http://www.ncnr.nist.gov/programs/sans/data/red_anal.html" 82 // BrowseURL "http://www.ncnr.nist.gov/programs/sans/data/red_anal.html" 83 BrowseURL "http://danse.chem.utk.edu/trac/wiki" 80 84 endif 81 85 else
Note: See TracChangeset
for help on using the changeset viewer.