summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1996-10-11 13:19:52 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1996-10-11 13:19:52 (GMT)
commita58d89eec4ac8be87d120e76952195e282eb5ef6 (patch)
treeb20935b010d3418ce4b1c032d0e1ad3efa624ecf /Mac
parent145c92dfb5592782c3cac0e7d3875b236585afb6 (diff)
downloadcpython-a58d89eec4ac8be87d120e76952195e282eb5ef6.zip
cpython-a58d89eec4ac8be87d120e76952195e282eb5ef6.tar.gz
cpython-a58d89eec4ac8be87d120e76952195e282eb5ef6.tar.bz2
'documented' resource-number useage of EditPythonPrefs
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Include/pythonresources.h4
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.