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

Changeset 196


Ignore:
Timestamp:
11/15/08 11:15:20 (4 years ago)
Author:
alex
Message:

fixed a typo in subversion import scripts call

Location:
trunk/lingosource
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/lingosource/castlib1/OSCmenu_Utilities.ls

    r188 r196  
    329329  subli.add("") 
    330330  subli.add("SVN Import Scripts, Text and Fields from working copy...") 
    331   pLookUpCommandList.setaprop("SVN Import Scripts, Text and Fields from working copy...", ["mSVN_Update_And_Import_ScriptsFromFolder me, chooseNewPath_optional, selectionOnly_optional", "alexUtilities"]) 
     331  pLookUpCommandList.setaprop("SVN Import Scripts, Text and Fields from working copy...", ["mSVN_Update_And_Import_ScriptsFromFolder me, chooseNewPath_optional, selectionOnly_optional", "svn_Utilities"]) 
    332332   
    333333   
  • trunk/lingosource/castlib1/subversion_version_field.txt

    r194 r196  
    1 r195 
     1r198 
  • trunk/lingosource/castlib2/PseudoXMLPS.ls

    r186 r196  
    5555 
    5656 
    57  
    58  
    59  
    60  
    61  
    62 -- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 
    63 -- xxxxxxxxxxxxxxxxxx Public Handlers 
     57on ___________PUBLIC_EVENTS me 
     58end 
    6459-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 
    6560 
  • trunk/lingosource/castlib2/commonMovieScript.ls

    r186 r196  
    20942094 
    20952095on interface me 
    2096   str = "Common Movie Script  by alex da franca ©2003 -- alex@farbflash.de -- all rigths reserved" 
     2096  str = "Common Movie Script  by alex da franca c2003 -- alex@farbflash.de -- all rigths reserved" 
    20972097  put RETURN & "Shared Global Handlers" after str 
    20982098   
Note: See TracChangeset for help on using the changeset viewer.