diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1998-01-06 16:48:49 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1998-01-06 16:48:49 (GMT) |
commit | 6b02ac23210859a416b1d90f5afb3e4e910779d0 (patch) | |
tree | b0eca5db23689f3d090622e91d6899fa0a5f03c3 /Mac/Resources/balloons.bh | |
parent | c4586387f6d7e4f0fc07d9bcc39e25d29e8d3c4e (diff) | |
download | cpython-6b02ac23210859a416b1d90f5afb3e4e910779d0.zip cpython-6b02ac23210859a416b1d90f5afb3e4e910779d0.tar.gz cpython-6b02ac23210859a416b1d90f5afb3e4e910779d0.tar.bz2 |
I give in. Now Tk is also using resources just above 128, so Python
now uses only 228-256, leaving 128-228 free for others. This mod
affects prefs files, libraries and almost everything else, so I've
upped my local Python to 1.5b4 to remain sane.
Diffstat (limited to 'Mac/Resources/balloons.bh')
-rw-r--r-- | Mac/Resources/balloons.bh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Resources/balloons.bh b/Mac/Resources/balloons.bh index b3232b2..ebd9e3c 100644 --- a/Mac/Resources/balloons.bh +++ b/Mac/Resources/balloons.bh @@ -1,4 +1,4 @@ -DIALOG 131 Options +DIALOG 231 Options 1.1 Start the interpreter. 2.1 Return to the finder. 3.1 Turn this item on to get the standard >>> prompt after a script terminates. @@ -22,7 +22,7 @@ DIALOG 131 Options 14.3 Deselecting this enables the new package and site-python features. 16.1 Turn off balloon help. END-DIALOG -DIALOG 134 +DIALOG 234 1.1 Deleting the incorrect preference will not always work, but Python will run with standard options. 2.1 Python will continue to run, but with standard options. 3.1 Don't run, return to the finder. |