Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window

Changeset 194 for trunk


Ignore:
Timestamp:
09/30/08 14:24:23 (3 years ago)
Author:
alex
Message:

another bug

Location:
trunk/lingosource/castlib1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/lingosource/castlib1/subversion_version_field.txt

    r192 r194  
    1 r192 
     1r195 
  • trunk/lingosource/castlib1/svn_Utilities.ls

    r192 r194  
    26392639      repeat with castlibPaths in castlibPathList 
    26402640         
    2641         erg = baCopyFileProgress(castlibPathList[#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) 
    26422642        if erg <> 0 then 
    2643           alert "An error occurred during copying the file (" & castlibPathList[#newpath] & "). Error:" && erg 
     2643          alert "An error occurred during copying the file (" & castlibPaths[#newpath] & "). Error:" && erg 
    26442644        else 
    2645           put "Replaced file:" && castlibPathList[#newpath] 
     2645          put "Replaced file:" && castlibPaths[#newpath] 
    26462646        end if 
    26472647         
Note: See TracChangeset for help on using the changeset viewer.