mirror of
https://github.com/python/cpython.git
synced 2025-09-13 12:17:24 +00:00
Added resource for preference file name
This commit is contained in:
parent
5b1b33c7f4
commit
d081b13c0d
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue