diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-05-17 12:45:13 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-05-17 12:45:13 (GMT) |
commit | 6f84ed5afc0d1d43e01f2728207b6fb2cdafc5b5 (patch) | |
tree | 68fa306974cc05de44d5c5c07ba62a739db3aa72 /Mac/Lib/lib-scriptpackages/Finder/Earlier_terms.py | |
parent | dfebe90c4c04a7a36e4542907118ddce97085868 (diff) | |
download | cpython-6f84ed5afc0d1d43e01f2728207b6fb2cdafc5b5.zip cpython-6f84ed5afc0d1d43e01f2728207b6fb2cdafc5b5.tar.gz cpython-6f84ed5afc0d1d43e01f2728207b6fb2cdafc5b5.tar.bz2 |
Fixed macroman<->latin1 conversion. Some chars don't
exist in latin1, but at least the roundtrip results in the
same macroman characters.
Diffstat (limited to 'Mac/Lib/lib-scriptpackages/Finder/Earlier_terms.py')
-rw-r--r-- | Mac/Lib/lib-scriptpackages/Finder/Earlier_terms.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Mac/Lib/lib-scriptpackages/Finder/Earlier_terms.py b/Mac/Lib/lib-scriptpackages/Finder/Earlier_terms.py index 077da58..6ec7e53 100644 --- a/Mac/Lib/lib-scriptpackages/Finder/Earlier_terms.py +++ b/Mac/Lib/lib-scriptpackages/Finder/Earlier_terms.py @@ -24,7 +24,7 @@ class properties(aetools.NProperty): which = 'qpro' want = 'reco' class clipboard(aetools.NProperty): - """clipboard - the Finder¹s clipboard window """ + """clipboard - the FinderÕs clipboard window """ which = 'pcli' want = 'obj ' class largest_free_block(aetools.NProperty): @@ -32,11 +32,11 @@ class largest_free_block(aetools.NProperty): which = 'mfre' want = 'long' class name(aetools.NProperty): - """name - the Finder¹s name """ + """name - the FinderÕs name """ which = 'pnam' want = 'itxt' class visible(aetools.NProperty): - """visible - Is the Finder¹s layer visible? """ + """visible - Is the FinderÕs layer visible? """ which = 'pvis' want = 'bool' class frontmost(aetools.NProperty): @@ -48,7 +48,7 @@ class selection(aetools.NProperty): which = 'sele' want = 'obj ' class insertion_location(aetools.NProperty): - """insertion location - the container in which a new folder would appear if ³New Folder² was selected """ + """insertion location - the container in which a new folder would appear if –New Folder” was selected """ which = 'pins' want = 'obj ' class file_sharing(aetools.NProperty): @@ -68,7 +68,7 @@ class version(aetools.NProperty): which = 'vers' 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 """ + """about this computer - the –About this Computer” dialog and the list of running processes displayed in it """ which = 'abbx' want = 'obj ' class desktop(aetools.NProperty): @@ -195,7 +195,7 @@ class internet_location(aetools.ComponentItem): internet_locations = internet_location class information_window(aetools.ComponentItem): - """information window - An information window (opened by ³Get Info²) """ + """information window - An information window (opened by –Get Info”) """ want = 'iwnd' class comment(aetools.NProperty): """comment - the comment """ @@ -359,7 +359,7 @@ class protected(aetools.NProperty): want = 'bool' class trash_2d_object(aetools.ComponentItem): - """trash-object - Trash-object is the class of the ³trash² object """ + """trash-object - Trash-object is the class of the –trash” object """ want = 'ctrs' class preferences(aetools.ComponentItem): |