summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mac/Include/pythonresources.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Mac/Include/pythonresources.h b/Mac/Include/pythonresources.h
index 5156e23..6372685 100644
--- a/Mac/Include/pythonresources.h
+++ b/Mac/Include/pythonresources.h
@@ -59,6 +59,9 @@
/* About box */
#define ABOUT_ID 136
+/* No preferences file name resource */
+#define NOPREFNAME_ID 137
+
/* EditPythonPrefs range. Needed here to forestall conflicts with applets */
#define EDITPYTHONPREFS_MIN 500
#define EDITPYTHONPREFS_MAX 511
@@ -78,6 +81,10 @@
** preferences file.
*/
+/* The STR resource that holds the preference file name */
+/* #define PREFFILENAME_ID 128 */
+#define PREFFILENAME_NAME "\pPythonPreferenceFileName"
+
/* The STR# resource for sys.path initialization */
#define PYTHONPATH_ID 128
#define PYTHONPATHOVERRIDE_ID 129