diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-10-22 15:24:21 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-10-22 15:24:21 (GMT) |
commit | d081b13c0d3ec6dd5edb90930236f213272ea689 (patch) | |
tree | 25b2151300ac1963ec74b862e919ecf3e015e970 /Mac/Include | |
parent | 5b1b33c7f498651c66fd2c81c877db190a5add6d (diff) | |
download | cpython-d081b13c0d3ec6dd5edb90930236f213272ea689.zip cpython-d081b13c0d3ec6dd5edb90930236f213272ea689.tar.gz cpython-d081b13c0d3ec6dd5edb90930236f213272ea689.tar.bz2 |
Added resource for preference file name
Diffstat (limited to 'Mac/Include')
-rw-r--r-- | Mac/Include/pythonresources.h | 7 |
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 |