Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
d081b13c
Commit
d081b13c
authored
Oct 22, 1996
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added resource for preference file name
parent
5b1b33c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
Mac/Include/pythonresources.h
Mac/Include/pythonresources.h
+7
-0
No files found.
Mac/Include/pythonresources.h
View file @
d081b13c
...
@@ -59,6 +59,9 @@
...
@@ -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 @@
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment