From: Jack Jansen Date: Mon, 23 Dec 1996 17:23:23 +0000 (+0000) Subject: Added range of resource-ids for twit. X-Git-Tag: v1.5a1~656 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a83caa0331e591eecd75d238497b2b6ce9e8abe5;p=python Added range of resource-ids for twit. --- diff --git a/Mac/Include/pythonresources.h b/Mac/Include/pythonresources.h index 637268573a..c783628736 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)