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

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


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

Modified Files:
	Window_classes.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: Window_classes.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/Window_classes.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Window_classes.py	2000/08/22 20:35:17	1.2
--- Window_classes.py	2001/05/17 12:39:36	1.3
***************
*** 163,167 ****
  
  class information_window(aetools.ComponentItem):
! 	"""information window - An information window (opened by ³Get Info²) """
  	want = 'iwnd'
  class current_panel(aetools.NProperty):
--- 163,167 ----
  
  class information_window(aetools.ComponentItem):
! 	"""information window - An information window (opened by –Get Info”) """
  	want = 'iwnd'
  class current_panel(aetools.NProperty):
***************
*** 218,226 ****
  	want = 'bool'
  class product_version(aetools.NProperty):
! 	"""product version - the version of the product (visible at the top of the ³Get Info² window) """
  	which = 'ver2'
  	want = 'itxt'
  class version(aetools.NProperty):
! 	"""version - the version of the file (visible at the bottom of the ³Get Info² window) """
  	which = 'vers'
  	want = 'itxt'
--- 218,226 ----
  	want = 'bool'
  class product_version(aetools.NProperty):
! 	"""product version - the version of the product (visible at the top of the –Get Info” window) """
  	which = 'ver2'
  	want = 'itxt'
  class version(aetools.NProperty):
! 	"""version - the version of the file (visible at the bottom of the –Get Info” window) """
  	which = 'vers'
  	want = 'itxt'
***************
*** 239,243 ****
  
  class content_space(aetools.ComponentItem):
! 	"""content space - All windows, including the desktop window (³Window² does not include the desktop window) """
  	want = 'dwnd'
  
--- 239,243 ----
  
  class content_space(aetools.ComponentItem):
! 	"""content space - All windows, including the desktop window (–Window” does not include the desktop window) """
  	want = 'dwnd'