[Python-checkins] CVS: python/dist/src/Mac/Lib/lib-scriptpackages/Finder Earlier_terms.py,1.2,1.3

Jack Jansen jackjansen@users.sourceforge.net
Thu, 17 May 2001 05:40:35 -0700


Update of /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder
In directory usw-pr-cvs1:/tmp/cvs-serv27524/Python/Mac/Lib/lib-scriptpackages/Finder

Modified Files:
	Earlier_terms.py 
Log Message:
Fixed macroman<->latin1 conversion. Some chars don't
exist in latin1, but at least the roundtrip results in the
same macroman characters.

Index: Earlier_terms.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/Earlier_terms.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Earlier_terms.py	2000/08/22 20:35:16	1.2
--- Earlier_terms.py	2001/05/17 12:40:33	1.3
***************
*** 25,29 ****
  	want = 'reco'
  class clipboard(aetools.NProperty):
! 	"""clipboard - the Finder¹s clipboard window """
  	which = 'pcli'
  	want = 'obj '
--- 25,29 ----
  	want = 'reco'
  class clipboard(aetools.NProperty):
! 	"""clipboard - the FinderÕs clipboard window """
  	which = 'pcli'
  	want = 'obj '
***************
*** 33,41 ****
  	want = 'long'
  class name(aetools.NProperty):
! 	"""name - the Finder¹s name """
  	which = 'pnam'
  	want = 'itxt'
  class visible(aetools.NProperty):
! 	"""visible - Is the Finder¹s layer visible? """
  	which = 'pvis'
  	want = 'bool'
--- 33,41 ----
  	want = 'long'
  class name(aetools.NProperty):
! 	"""name - the FinderÕs name """
  	which = 'pnam'
  	want = 'itxt'
  class visible(aetools.NProperty):
! 	"""visible - Is the FinderÕs layer visible? """
  	which = 'pvis'
  	want = 'bool'
***************
*** 49,53 ****
  	want = 'obj '
  class insertion_location(aetools.NProperty):
! 	"""insertion location - the container in which a new folder would appear if ³New Folder² was selected """
  	which = 'pins'
  	want = 'obj '
--- 49,53 ----
  	want = 'obj '
  class insertion_location(aetools.NProperty):
! 	"""insertion location - the container in which a new folder would appear if –New Folder” was selected """
  	which = 'pins'
  	want = 'obj '
***************
*** 69,73 ****
  	want = 'itxt'
  class about_this_computer(aetools.NProperty):
! 	"""about this computer - the ³About this Computer² dialog and the list of running processes displayed in it """
  	which = 'abbx'
  	want = 'obj '
--- 69,73 ----
  	want = 'itxt'
  class about_this_computer(aetools.NProperty):
! 	"""about this computer - the –About this Computer” dialog and the list of running processes displayed in it """
  	which = 'abbx'
  	want = 'obj '
***************
*** 196,200 ****
  
  class information_window(aetools.ComponentItem):
! 	"""information window - An information window (opened by ³Get Info²) """
  	want = 'iwnd'
  class comment(aetools.NProperty):
--- 196,200 ----
  
  class information_window(aetools.ComponentItem):
! 	"""information window - An information window (opened by –Get Info”) """
  	want = 'iwnd'
  class comment(aetools.NProperty):
***************
*** 360,364 ****
  
  class trash_2d_object(aetools.ComponentItem):
! 	"""trash-object - Trash-object is the class of the ³trash² object """
  	want = 'ctrs'
  
--- 360,364 ----
  
  class trash_2d_object(aetools.ComponentItem):
! 	"""trash-object - Trash-object is the class of the –trash” object """
  	want = 'ctrs'