Added resource for preference file name

This commit is contained in:
Jack Jansen 1996-10-22 15:24:21 +00:00
parent 5b1b33c7f4
commit d081b13c0d

View file

@ -59,6 +59,9 @@
/* About box */ /* About box */
#define ABOUT_ID 136 #define ABOUT_ID 136
/* No preferences file name resource */
#define NOPREFNAME_ID 137
/* EditPythonPrefs range. Needed here to forestall conflicts with applets */ /* EditPythonPrefs range. Needed here to forestall conflicts with applets */
#define EDITPYTHONPREFS_MIN 500 #define EDITPYTHONPREFS_MIN 500
#define EDITPYTHONPREFS_MAX 511 #define EDITPYTHONPREFS_MAX 511
@ -78,6 +81,10 @@
** preferences file. ** 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 */ /* The STR# resource for sys.path initialization */
#define PYTHONPATH_ID 128 #define PYTHONPATH_ID 128
#define PYTHONPATHOVERRIDE_ID 129 #define PYTHONPATHOVERRIDE_ID 129