From 0c6d037cc5f53420d519f108eaa4a7cdd76379bf Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 5 May 2000 23:11:14 +0000 Subject: Removed string-exception preference, added tabcheck and NavService preference, upped version number. --- Mac/scripts/EditPythonPrefs.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Mac/scripts/EditPythonPrefs.py') diff --git a/Mac/scripts/EditPythonPrefs.py b/Mac/scripts/EditPythonPrefs.py index 343ea222d4..618d33e4ec 100644 --- a/Mac/scripts/EditPythonPrefs.py +++ b/Mac/scripts/EditPythonPrefs.py @@ -48,8 +48,10 @@ opt_dialog_map = [ "noargs", "delayconsole", None, None, None, None, None, None, None, None, # 11-18 are different - "oldexc", - "nosite"] + "tabwarn", + "nosite", + None, + "nonavservices"] opt_dialog_dict = {} for i in range(len(opt_dialog_map)): if opt_dialog_map[i]: -- cgit v1.2.1