From: Jack Jansen Date: Tue, 22 Oct 1996 15:24:21 +0000 (+0000) Subject: Added resource for preference file name X-Git-Tag: v1.4~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d081b13c0d3ec6dd5edb90930236f213272ea689;p=thirdparty%2FPython%2Fcpython.git Added resource for preference file name --- diff --git a/Mac/Include/pythonresources.h b/Mac/Include/pythonresources.h index 5156e23b5ac1..637268573a15 100644 --- a/Mac/Include/pythonresources.h +++ b/Mac/Include/pythonresources.h @@ -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