]> granicus.if.org Git - python/commitdiff
Selecting the macfsn option didn't work, fixed.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 9 May 2000 10:01:52 +0000 (10:01 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 9 May 2000 10:01:52 +0000 (10:01 +0000)
Fixed the help strings.
Swapped the macfsn and help button numbers.

Mac/scripts/EditPythonPrefs.py
Mac/scripts/EditPythonPrefs.rsrc
Mac/scripts/EditPythonPrefsBH.bh
Mac/scripts/EditPythonPrefsBH.prj
Mac/scripts/EditPythonPrefsBH.rsrc

index 618d33e4ec184ab10ecdd72a24b1e6aa79a48f1c..44d89a63153ca17a09418722ce03d3d2905a7e51 100644 (file)
@@ -50,8 +50,7 @@ opt_dialog_map = [
        None, None, None, None, None, None, None, None, # 11-18 are different
        "tabwarn",
        "nosite",
-       None,
-       "nonavservices"]
+       "nonavservice"]
 opt_dialog_dict = {}
 for i in range(len(opt_dialog_map)):
        if opt_dialog_map[i]:
index 7ed29c7c38c9b8b6a56bfb2eba9db2449ffc3ddd..f4b893f683e9edfb2bd844b373d6f3604e49bc73 100644 (file)
Binary files a/Mac/scripts/EditPythonPrefs.rsrc and b/Mac/scripts/EditPythonPrefs.rsrc differ
index c12f31d90b9c8e78c8a7cc14cc0bcbf7036c03a3..25b55ccfcea7649f5b1d40230d4c49ae4fa14250 100644 (file)
@@ -32,12 +32,12 @@ DIALOG 510
 12.1 The type code Python will create files with. TEXT is probably best.
 13.1 Press here when satisfied with your new settings in this dialog.
 14.1 Press here when you're not satisfied with your new settings.
-19.1 Select to use string-type values for standard exceptions.
-19.3 Deselect to use new class-based standard exceptions.
+19.1 Select to warn for inconsistent TAB usage in sources.
+19.3 Deselect to disable TAB consistency warnings.
 20.1 Selecting this disables the new package and site-python features.
 20.3 Deselecting this enables the new package and site-python features.
-21.1 Press here to turn help balloons off again.
-22.1 Select this to use old-style Standard File calls in macfs
-22.3 Deselect this to auto-import macfsn which replaces macfs StandardFile calls with Navigation Services wrappers
+21.1 Select this to use old-style Standard File calls in macfs
+21.3 Deselect this to auto-import macfsn which replaces macfs StandardFile calls with Navigation Services wrappers
+22.1 Press here to turn help balloons off again.
 END-DIALOG
 END
index dcfa46746fad81348df0eba6505003d75a94d7c2..955426d9e1d32ff77b84384dade54635a1734fcb 100644 (file)
Binary files a/Mac/scripts/EditPythonPrefsBH.prj and b/Mac/scripts/EditPythonPrefsBH.prj differ
index d272f638f14c3b06838c6937628b99dc4e4fce9e..ab50d323bdcc21d82f8088c69febdd374121b3df 100644 (file)
Binary files a/Mac/scripts/EditPythonPrefsBH.rsrc and b/Mac/scripts/EditPythonPrefsBH.rsrc differ