summaryrefslogtreecommitdiffstats
path: root/Mac/scripts
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-05-05 23:11:14 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-05-05 23:11:14 (GMT)
commit0c6d037cc5f53420d519f108eaa4a7cdd76379bf (patch)
treeaa01d18dfb50df7de65badc2ce61ab6bf31247ea /Mac/scripts
parent1fdadcd42cd430d6e77c1df1ed1df777ca3ff4a2 (diff)
downloadcpython-0c6d037cc5f53420d519f108eaa4a7cdd76379bf.zip
cpython-0c6d037cc5f53420d519f108eaa4a7cdd76379bf.tar.gz
cpython-0c6d037cc5f53420d519f108eaa4a7cdd76379bf.tar.bz2
Removed string-exception preference, added tabcheck and NavService preference, upped version number.
Diffstat (limited to 'Mac/scripts')
-rw-r--r--Mac/scripts/EditPythonPrefs.py6
-rw-r--r--Mac/scripts/EditPythonPrefs.rsrcbin8553 -> 8809 bytes
-rw-r--r--Mac/scripts/EditPythonPrefsBH.bh4
-rw-r--r--Mac/scripts/EditPythonPrefsBH.prjbin15310 -> 21084 bytes
-rw-r--r--Mac/scripts/EditPythonPrefsBH.rsrcbin3757 -> 3953 bytes
5 files changed, 7 insertions, 3 deletions
diff --git a/Mac/scripts/EditPythonPrefs.py b/Mac/scripts/EditPythonPrefs.py
index 343ea22..618d33e 100644
--- a/Mac/scripts/EditPythonPrefs.py
+++ b/Mac/scripts/EditPythonPrefs.py
@@ -48,8 +48,10 @@ opt_dialog_map = [
"noargs",
"delayconsole",
None, None, None, None, None, None, None, None, # 11-18 are different
- "oldexc",
- "nosite"]
+ "tabwarn",
+ "nosite",
+ None,
+ "nonavservices"]
opt_dialog_dict = {}
for i in range(len(opt_dialog_map)):
if opt_dialog_map[i]:
diff --git a/Mac/scripts/EditPythonPrefs.rsrc b/Mac/scripts/EditPythonPrefs.rsrc
index e8452c4..83ccb5e 100644
--- a/Mac/scripts/EditPythonPrefs.rsrc
+++ b/Mac/scripts/EditPythonPrefs.rsrc
Binary files differ
diff --git a/Mac/scripts/EditPythonPrefsBH.bh b/Mac/scripts/EditPythonPrefsBH.bh
index f2ce285..c12f31d 100644
--- a/Mac/scripts/EditPythonPrefsBH.bh
+++ b/Mac/scripts/EditPythonPrefsBH.bh
@@ -36,6 +36,8 @@ DIALOG 510
19.3 Deselect to use new class-based standard exceptions.
20.1 Selecting this disables the new package and site-python features.
20.3 Deselecting this enables the new package and site-python features.
-22.1 Press here to turn help balloons off again.
+21.1 Press here to turn help balloons off again.
+22.1 Select this to use old-style Standard File calls in macfs
+22.3 Deselect this to auto-import macfsn which replaces macfs StandardFile calls with Navigation Services wrappers
END-DIALOG
END
diff --git a/Mac/scripts/EditPythonPrefsBH.prj b/Mac/scripts/EditPythonPrefsBH.prj
index 4c3d719..dcfa467 100644
--- a/Mac/scripts/EditPythonPrefsBH.prj
+++ b/Mac/scripts/EditPythonPrefsBH.prj
Binary files differ
diff --git a/Mac/scripts/EditPythonPrefsBH.rsrc b/Mac/scripts/EditPythonPrefsBH.rsrc
index c2c864f..d272f63 100644
--- a/Mac/scripts/EditPythonPrefsBH.rsrc
+++ b/Mac/scripts/EditPythonPrefsBH.rsrc
Binary files differ