diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-12-23 17:23:23 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-12-23 17:23:23 (GMT) |
commit | a83caa0331e591eecd75d238497b2b6ce9e8abe5 (patch) | |
tree | 0fda85e9ea26680cf7442b1b894ee756600206fd /Mac/Include/pythonresources.h | |
parent | c75e1d052ba7c7fe3a33731e69fdb30a90a9846e (diff) | |
download | cpython-a83caa0331e591eecd75d238497b2b6ce9e8abe5.zip cpython-a83caa0331e591eecd75d238497b2b6ce9e8abe5.tar.gz cpython-a83caa0331e591eecd75d238497b2b6ce9e8abe5.tar.bz2 |
Added range of resource-ids for twit.
Diffstat (limited to 'Mac/Include/pythonresources.h')
-rw-r--r-- | Mac/Include/pythonresources.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Mac/Include/pythonresources.h b/Mac/Include/pythonresources.h index 6372685..c783628 100644 --- a/Mac/Include/pythonresources.h +++ b/Mac/Include/pythonresources.h @@ -63,8 +63,11 @@ #define NOPREFNAME_ID 137 /* EditPythonPrefs range. Needed here to forestall conflicts with applets */ -#define EDITPYTHONPREFS_MIN 500 +#define EDITPYTHONPREFS_MIN 508 #define EDITPYTHONPREFS_MAX 511 +/* twit range. Again needed to forestall conflicts with scripts using their own resources */ +#define TWIT_MIN 500 +#define TWIT_MAX 507 /* ** The following are valid both in the binary (or shared library) |