diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-12-23 17:11:00 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-12-23 17:11:00 (GMT) |
commit | b280e2bac2fcb56bd1a689426ca59e27da6564d7 (patch) | |
tree | 59db13a0671118b4847a209711c2923e1ae72a9d /Mac/Tools/twit/mactwit_mod.py | |
parent | 3097463ef93bf422dadfa33e3ca0a97d23680a14 (diff) | |
download | cpython-b280e2bac2fcb56bd1a689426ca59e27da6564d7.zip cpython-b280e2bac2fcb56bd1a689426ca59e27da6564d7.tar.gz cpython-b280e2bac2fcb56bd1a689426ca59e27da6564d7.tar.bz2 |
Moved resources around to forestall conflicts with debuggee
Diffstat (limited to 'Mac/Tools/twit/mactwit_mod.py')
-rw-r--r-- | Mac/Tools/twit/mactwit_mod.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Tools/twit/mactwit_mod.py b/Mac/Tools/twit/mactwit_mod.py index eb3d84d..8c54480 100644 --- a/Mac/Tools/twit/mactwit_mod.py +++ b/Mac/Tools/twit/mactwit_mod.py @@ -10,7 +10,7 @@ import TwitCore from mac_widgets import MT_AnyList, MT_IconTextWidget # Our dialogs -ID_MODULES=512 +ID_MODULES=500 I_MODULES_TITLE=1 I_MODULES=2 I_VARS_TITLE=3 |