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

Ignore:
Timestamp:
12/09/07 15:42:39 (4 years ago)
Author:
alex
Message:

buddyApis getfolder returend unixnames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/beta/castlib1/svn_Utilities.ls

    r91 r92  
    29662966   
    29672967  if chooseNewPath = 1 then 
    2968     workingFolder = baGetFolder(the moviepath, "Please select a working copy for SVN update", 3, "Select working copy", -2, -2) 
     2968    workingFolder = mGetFolderPathFromUser(me, the moviepath, "Please select a working copy for SVN update", 3, "Select working copy", -2, -2) 
    29692969  end if 
    29702970   
     
    29762976    alert selectMsg 
    29772977     
    2978     workingFolder = baGetFolder(the moviepath, "Please select a working copy for SVN update", 3, "Select working copy", -2, -2) 
     2978    workingFolder = mGetFolderPathFromUser(me, the moviepath, "Please select a working copy for SVN update", 3, "Select working copy", -2, -2) 
    29792979  end if 
    29802980   
Note: See TracChangeset for help on using the changeset viewer.