Changeset 92 for branches/beta/castlib1/svn_Utilities.ls
- Timestamp:
- 12/09/07 15:42:39 (4 years ago)
- File:
-
- 1 edited
-
branches/beta/castlib1/svn_Utilities.ls (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/castlib1/svn_Utilities.ls
r91 r92 2966 2966 2967 2967 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) 2969 2969 end if 2970 2970 … … 2976 2976 alert selectMsg 2977 2977 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) 2979 2979 end if 2980 2980
Note: See TracChangeset
for help on using the changeset viewer.
