Changeset 651
- Timestamp:
- Mar 24, 2010 3:49:39 PM (12 years ago)
- Location:
- sans/Dev/trunk/NCNR_User_Procedures
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Common/Installer/CheckVersionFTP.ipf
r644 r651 48 48 if(V_flag != 0) 49 49 //then try the special user directory (for 6.1+ installations) 50 Open/R/Z refNum as userPathStr 50 Open/R/Z refNum as userPathStr + "User Procedures:NCNR_User_Procedures:InstalledVersion.txt" 51 51 if(V_flag != 0) 52 52 //couldn't find the file, send user to web site to update -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/USANS/Main_USANS.ipf
r608 r651 163 163 ListBox empLB,pos={151,194},size={110,90} 164 164 ListBox empLB,listWave=root:Packages:NIST:USANS:Globals:MainPanel:empWave,mode= 1,selRow= 0 165 Button toSamList,pos={1 18,55},size={25,90},proc=toSamListButtonProc,title="S\r->"165 Button toSamList,pos={120,55},size={25,90},proc=toSamListButtonProc,title="S\r->" 166 166 Button toSamList,help={"Adds the selected file(s) to the list of sample scans"} 167 167 Button toEmpList,pos={120,195},size={25,90},proc=toEmptyListButtonProc,title="E\r->"
Note: See TracChangeset
for help on using the changeset viewer.