home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 07 & 08 / pca1507.iso / Software / psp8 / Data1.cab / Text.PspScript2 < prev    next >
Encoding:
Text File  |  2003-04-22  |  404 b   |  14 lines

  1. from JascApp import *
  2.  
  3. def ScriptProperties():
  4.     return {
  5.         'Author': 'Joe Fromm',
  6.         'Copyright': 'Copyright ⌐ 2002 Jasc Software Inc., all rights reserved.',
  7.         'Description': 'Select the Text tool.',
  8.         'Host': 'Paint Shop Pro 8',
  9.         'Host Version': '8.00'
  10.         }
  11.  
  12. def Do(Environment):
  13.     LastTool = App.Do( Environment, 'SelectTool', { 'Tool': 'Text' } )
  14.