From d081b13c0d3ec6dd5edb90930236f213272ea689 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Tue, 22 Oct 1996 15:24:21 +0000 Subject: Added resource for preference file name --- Mac/Include/pythonresources.h | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v0.12