diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-03-12 13:29:04 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-03-12 13:29:04 (GMT) |
commit | e355c4568f30b720c714d999ffb621b5bd83c137 (patch) | |
tree | 5437f6e072528d512893cd93199cec56c2f3a6b3 /Mac/Include | |
parent | 4032c2c1ce3e15fa038721938854bdec14334600 (diff) | |
download | cpython-e355c4568f30b720c714d999ffb621b5bd83c137.zip cpython-e355c4568f30b720c714d999ffb621b5bd83c137.tar.gz cpython-e355c4568f30b720c714d999ffb621b5bd83c137.tar.bz2 |
- Allow setting of argc/argv in <option>-start dialog
- Set "ok" to be default button
Diffstat (limited to 'Mac/Include')
-rw-r--r-- | Mac/Include/pythonresources.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Include/pythonresources.h b/Mac/Include/pythonresources.h index 49e909f..4a69d5d 100644 --- a/Mac/Include/pythonresources.h +++ b/Mac/Include/pythonresources.h @@ -43,6 +43,7 @@ #define OPT_DEBUGGING 7 #define OPT_KEEPNORMAL 8 #define OPT_KEEPERROR 9 +#define OPT_CMDLINE 10 /* Dialog for 'No preferences directory' */ #define NOPREFDIR_ID 133 |