diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-02-17 15:40:00 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-02-17 15:40:00 +0000 |
commit | 3d3b74677a440b00d94b6b4e71e7f2f97800c427 (patch) | |
tree | 2c4a5eb90f1774999dad3f4127fffa52704a4b0d /Mac/OSX/PythonLauncher/PreferenceWindow.nib | |
parent | 996acf122dbf8d9aa694a16a32ced065f5805cd2 (diff) | |
download | cpython-git-3d3b74677a440b00d94b6b4e71e7f2f97800c427.tar.gz |
Optionally honour #! paths in scripts. Fixes #676358.
Diffstat (limited to 'Mac/OSX/PythonLauncher/PreferenceWindow.nib')
-rw-r--r-- | Mac/OSX/PythonLauncher/PreferenceWindow.nib/classes.nib | 1 | ||||
-rw-r--r-- | Mac/OSX/PythonLauncher/PreferenceWindow.nib/info.nib | 6 | ||||
-rw-r--r-- | Mac/OSX/PythonLauncher/PreferenceWindow.nib/objects.nib | bin | 7678 -> 7874 bytes |
3 files changed, 4 insertions, 3 deletions
diff --git a/Mac/OSX/PythonLauncher/PreferenceWindow.nib/classes.nib b/Mac/OSX/PythonLauncher/PreferenceWindow.nib/classes.nib index 43a1936d65..467aa8b261 100644 --- a/Mac/OSX/PythonLauncher/PreferenceWindow.nib/classes.nib +++ b/Mac/OSX/PythonLauncher/PreferenceWindow.nib/classes.nib @@ -9,6 +9,7 @@ commandline = NSTextField; debug = NSButton; filetype = NSPopUpButton; + honourhashbang = NSButton; inspect = NSButton; interpreter = NSTextField; nosite = NSButton; diff --git a/Mac/OSX/PythonLauncher/PreferenceWindow.nib/info.nib b/Mac/OSX/PythonLauncher/PreferenceWindow.nib/info.nib index f5b17b6058..e4c54c13d6 100644 --- a/Mac/OSX/PythonLauncher/PreferenceWindow.nib/info.nib +++ b/Mac/OSX/PythonLauncher/PreferenceWindow.nib/info.nib @@ -3,14 +3,14 @@ <plist version="1.0"> <dict> <key>IBDocumentLocation</key> - <string>126 59 356 240 0 0 1024 746 </string> + <string>660 84 519 534 0 0 1280 1002 </string> <key>IBFramework Version</key> - <string>291.0</string> + <string>286.0</string> <key>IBOpenObjects</key> <array> <integer>5</integer> </array> <key>IBSystem Version</key> - <string>6G30</string> + <string>6I32</string> </dict> </plist> diff --git a/Mac/OSX/PythonLauncher/PreferenceWindow.nib/objects.nib b/Mac/OSX/PythonLauncher/PreferenceWindow.nib/objects.nib Binary files differindex f220e5cb14..12539d08bf 100644 --- a/Mac/OSX/PythonLauncher/PreferenceWindow.nib/objects.nib +++ b/Mac/OSX/PythonLauncher/PreferenceWindow.nib/objects.nib |