From a58d89eec4ac8be87d120e76952195e282eb5ef6 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 11 Oct 1996 13:19:52 +0000 Subject: [PATCH] 'documented' resource-number useage of EditPythonPrefs --- Mac/Include/pythonresources.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Mac/Include/pythonresources.h b/Mac/Include/pythonresources.h index 514eb40b245..5156e23b5ac 100644 --- a/Mac/Include/pythonresources.h +++ b/Mac/Include/pythonresources.h @@ -59,6 +59,10 @@ /* About box */ #define ABOUT_ID 136 +/* EditPythonPrefs range. Needed here to forestall conflicts with applets */ +#define EDITPYTHONPREFS_MIN 500 +#define EDITPYTHONPREFS_MAX 511 + /* ** The following are valid both in the binary (or shared library) ** and in the Preferences file.