summaryrefslogtreecommitdiffstats
path: root/Mac/Resources
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Resources')
-rw-r--r--Mac/Resources/balloons.bh4
-rw-r--r--Mac/Resources/dialogs.rsrcbin15704 -> 16202 bytes
-rw-r--r--Mac/Resources/pythonpath.r3
3 files changed, 6 insertions, 1 deletions
diff --git a/Mac/Resources/balloons.bh b/Mac/Resources/balloons.bh
index ebd9e3c..983af88 100644
--- a/Mac/Resources/balloons.bh
+++ b/Mac/Resources/balloons.bh
@@ -20,7 +20,9 @@ DIALOG 231 Options
13.3 Deselect to use new class-based standard exceptions.
14.1 Selecting this disables the new package and site-python features.
14.3 Deselecting this enables the new package and site-python features.
-16.1 Turn off balloon help.
+15.1 Turn off balloon help.
+16.1 Select this to keep the old behaviour for macfs Standard File calls
+16.3 Deselect this to auto-import macfsn which replaces macfs Standard File calls with Navigation Services wrappers
END-DIALOG
DIALOG 234
1.1 Deleting the incorrect preference will not always work, but Python will run with standard options.
diff --git a/Mac/Resources/dialogs.rsrc b/Mac/Resources/dialogs.rsrc
index d255146..ea1b102 100644
--- a/Mac/Resources/dialogs.rsrc
+++ b/Mac/Resources/dialogs.rsrc
Binary files differ
diff --git a/Mac/Resources/pythonpath.r b/Mac/Resources/pythonpath.r
index 34c6d40..415a435 100644
--- a/Mac/Resources/pythonpath.r
+++ b/Mac/Resources/pythonpath.r
@@ -21,6 +21,7 @@ type 'Popt' {
byte argcArgv = 0, noArgcArgv = 1;
byte newStandardExceptions = 0, oldStandardExceptions = 1;
byte sitePython = 0, noSitePython = 1;
+ byte navService = 0, noNavService = 1;
};
type 'TMPL' {
@@ -48,6 +49,7 @@ resource 'TMPL' (PYTHONOPTIONS_ID, "Popt") {
"No argc/argv emulation", 'DBYT',
"Old standard exceptions", 'DBYT',
"No site-python support", 'DBYT',
+ "No NavServices in macfs", 'DBYT',
}
};
@@ -66,6 +68,7 @@ resource 'Popt' (PYTHONOPTIONS_ID, "Options") {
argcArgv,
newStandardExceptions,
sitePython,
+ navService,
};
/* The sys.path initializer */