]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added resource for preference file name
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 22 Oct 1996 15:24:21 +0000 (15:24 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 22 Oct 1996 15:24:21 +0000 (15:24 +0000)
Mac/Include/pythonresources.h

index 5156e23b5ac1f6cc50b5245f0b568e2bed32a7a9..637268573a15e4afe7baf22c822833bd02d548f8 100644 (file)
@@ -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
 ** 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