Merging appropriate 2.1.1 fixes back into the main trunk.
diff --git a/Mac/Include/macbuildno.h b/Mac/Include/macbuildno.h
index d3337c2..1956b4d 100644
--- a/Mac/Include/macbuildno.h
+++ b/Mac/Include/macbuildno.h
@@ -1 +1 @@
-#define BUILD 92
+#define BUILD 97
diff --git a/Mac/Include/pythonresources.h b/Mac/Include/pythonresources.h
index 29026a8..9f8b2c4 100644
--- a/Mac/Include/pythonresources.h
+++ b/Mac/Include/pythonresources.h
@@ -95,6 +95,9 @@
/* No preferences file name resource */
#define NOPREFNAME_ID BASE_ID+9
+/* Not a script */
+#define NOTASCRIPT_ID BASE_ID+10
+
/* EditPythonPrefs range. Needed here to forestall conflicts with applets */
#define EDITPYTHONPREFS_MIN 508
#define EDITPYTHONPREFS_MAX 511