diff options
Diffstat (limited to 'Mac/Include')
-rw-r--r-- | Mac/Include/pythonresources.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mac/Include/pythonresources.h b/Mac/Include/pythonresources.h index 514eb40..5156e23 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. |