summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/lib-scriptpackages/Finder/Window_classes.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-05-17 12:45:13 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-05-17 12:45:13 (GMT)
commit6f84ed5afc0d1d43e01f2728207b6fb2cdafc5b5 (patch)
tree68fa306974cc05de44d5c5c07ba62a739db3aa72 /Mac/Lib/lib-scriptpackages/Finder/Window_classes.py
parentdfebe90c4c04a7a36e4542907118ddce97085868 (diff)
downloadcpython-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/Window_classes.py')
-rw-r--r--Mac/Lib/lib-scriptpackages/Finder/Window_classes.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mac/Lib/lib-scriptpackages/Finder/Window_classes.py b/Mac/Lib/lib-scriptpackages/Finder/Window_classes.py
index 17a3c36..4986946 100644
--- a/Mac/Lib/lib-scriptpackages/Finder/Window_classes.py
+++ b/Mac/Lib/lib-scriptpackages/Finder/Window_classes.py
@@ -162,7 +162,7 @@ class uses_relative_dates(aetools.NProperty):
container_windows = container_window
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 current_panel(aetools.NProperty):
"""current panel - the current panel in the information window """
@@ -217,11 +217,11 @@ class warns_before_emptying(aetools.NProperty):
which = 'warn'
want = 'bool'
class product_version(aetools.NProperty):
- """product version - the version of the product (visible at the top of the ³Get Info² window) """
+ """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) """
+ """version - the version of the file (visible at the bottom of the –Get Info” window) """
which = 'vers'
want = 'itxt'
@@ -238,7 +238,7 @@ class clipping_window(aetools.ComponentItem):
clipping_windows = clipping_window
class content_space(aetools.ComponentItem):
- """content space - All windows, including the desktop window (³Window² does not include the desktop window) """
+ """content space - All windows, including the desktop window (–Window” does not include the desktop window) """
want = 'dwnd'
content_spaces = content_space