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/Obsolete_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/Obsolete_terms.py')
| -rw-r--r-- | Mac/Lib/lib-scriptpackages/Finder/Obsolete_terms.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Lib/lib-scriptpackages/Finder/Obsolete_terms.py b/Mac/Lib/lib-scriptpackages/Finder/Obsolete_terms.py index 501d1b0..6dfd9c6 100644 --- a/Mac/Lib/lib-scriptpackages/Finder/Obsolete_terms.py +++ b/Mac/Lib/lib-scriptpackages/Finder/Obsolete_terms.py @@ -59,7 +59,7 @@ class locked_obsolete(aetools.NProperty): want = 'bool' 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 creation_date_obsolete(aetools.NProperty): """creation date obsolete - the date on which the item was created (DEPRECATED - for use with scripts compiled before Finder 8.0. Will be removed in the next release) """ @@ -87,7 +87,7 @@ class sharing_window(aetools.NProperty): want = 'obj ' class sharing_window(aetools.ComponentItem): - """sharing window - A sharing window (opened by ³Sharingв) """ + """sharing window - A sharing window (opened by –Sharingƒ”) """ want = 'swnd' class sharable_container(aetools.NProperty): """sharable container - the sharable container from which the window was opened """ |
