diff options
Diffstat (limited to 'Mac/Include/pythonresources.h')
-rw-r--r-- | Mac/Include/pythonresources.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Include/pythonresources.h b/Mac/Include/pythonresources.h index 29026a8..9f8b2c4 100644 --- a/Mac/Include/pythonresources.h +++ b/Mac/Include/pythonresources.h @@ -95,6 +95,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* No preferences file name resource */ #define NOPREFNAME_ID BASE_ID+9 +/* Not a script */ +#define NOTASCRIPT_ID BASE_ID+10 + /* EditPythonPrefs range. Needed here to forestall conflicts with applets */ #define EDITPYTHONPREFS_MIN 508 #define EDITPYTHONPREFS_MAX 511 |