Changeset 194 for trunk/lingosource/castlib1/svn_Utilities.ls
- Timestamp:
- 09/30/08 14:24:23 (4 years ago)
- File:
-
- 1 edited
-
trunk/lingosource/castlib1/svn_Utilities.ls (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib1/svn_Utilities.ls
r192 r194 2639 2639 repeat with castlibPaths in castlibPathList 2640 2640 2641 erg = baCopyFileProgress(castlibPath List[#newpath], castlibPathList[#fname], "Always", "Replacing castlib with the version of the working folder", "", 33)2641 erg = baCopyFileProgress(castlibPaths[#newpath], castlibPaths[#fname], "Always", "Replacing castlib with the version of the working folder", "", 33) 2642 2642 if erg <> 0 then 2643 alert "An error occurred during copying the file (" & castlibPath List[#newpath] & "). Error:" && erg2643 alert "An error occurred during copying the file (" & castlibPaths[#newpath] & "). Error:" && erg 2644 2644 else 2645 put "Replaced file:" && castlibPath List[#newpath]2645 put "Replaced file:" && castlibPaths[#newpath] 2646 2646 end if 2647 2647
Note: See TracChangeset
for help on using the changeset viewer.
