Commit d081b13c authored by Jack Jansen's avatar Jack Jansen

Added resource for preference file name

parent 5b1b33c7
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment