mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Moved resources around to forestall conflicts with debuggee
This commit is contained in:
parent
3097463ef9
commit
b280e2bac2
8 changed files with 20 additions and 17 deletions
|
|
@ -27,7 +27,7 @@ import Res
|
|||
import Qd
|
||||
import List
|
||||
import sys
|
||||
from types import *
|
||||
from Types import *
|
||||
from QuickDraw import *
|
||||
import string
|
||||
import time
|
||||
|
|
@ -37,7 +37,7 @@ import os
|
|||
start_object = sys
|
||||
|
||||
# Resource definitions
|
||||
ID_MAIN = 516
|
||||
ID_MAIN = 503
|
||||
NUM_LISTS = 4 # the number of lists used. could be changed, but the dlg item numbers should be consistent
|
||||
MAIN_TITLE = 3 # this is only the first text item, the other three ID's should be 5, 7 and 9
|
||||
MAIN_LIST = 4 # this is only the first list, the other three ID's should be 6, 8 and 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue