summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/PythonLauncher/English.lproj
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-02-17 15:40:00 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-02-17 15:40:00 (GMT)
commit3d3b74677a440b00d94b6b4e71e7f2f97800c427 (patch)
tree2c4a5eb90f1774999dad3f4127fffa52704a4b0d /Mac/OSX/PythonLauncher/English.lproj
parent996acf122dbf8d9aa694a16a32ced065f5805cd2 (diff)
downloadcpython-3d3b74677a440b00d94b6b4e71e7f2f97800c427.zip
cpython-3d3b74677a440b00d94b6b4e71e7f2f97800c427.tar.gz
cpython-3d3b74677a440b00d94b6b4e71e7f2f97800c427.tar.bz2
Optionally honour #! paths in scripts. Fixes #676358.
Diffstat (limited to 'Mac/OSX/PythonLauncher/English.lproj')
-rw-r--r--Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/classes.nib5
-rw-r--r--Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/info.nib10
-rw-r--r--Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/objects.nibbin4174 -> 4441 bytes
3 files changed, 8 insertions, 7 deletions
diff --git a/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/classes.nib b/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/classes.nib
index 7c58149..7778ff0 100644
--- a/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/classes.nib
+++ b/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/classes.nib
@@ -2,12 +2,13 @@
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
- ACTIONS = {do_apply = id; do_cancel = id; do_reset = id; do_run = id; };
+ ACTIONS = {"do_apply" = id; "do_cancel" = id; "do_reset" = id; "do_run" = id; };
CLASS = MyDocument;
LANGUAGE = ObjC;
OUTLETS = {
commandline = NSTextField;
debug = NSButton;
+ honourhashbang = NSButton;
inspect = NSButton;
interpreter = NSTextField;
nosite = NSButton;
@@ -15,7 +16,7 @@
others = NSTextField;
tabs = NSButton;
verbose = NSButton;
- with_terminal = NSButton;
+ "with_terminal" = NSButton;
};
SUPERCLASS = NSDocument;
}
diff --git a/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/info.nib b/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/info.nib
index c767646..0630cb9 100644
--- a/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/info.nib
+++ b/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/info.nib
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
-<plist version="0.9">
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
- <string>265 40 356 240 0 0 800 578 </string>
+ <string>551 90 356 240 0 0 1280 1002 </string>
<key>IBFramework Version</key>
- <string>263.2</string>
+ <string>286.0</string>
<key>IBOpenObjects</key>
<array>
<integer>5</integer>
</array>
<key>IBSystem Version</key>
- <string>5S66</string>
+ <string>6I32</string>
</dict>
</plist>
diff --git a/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/objects.nib b/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/objects.nib
index 33521ad..97eb230 100644
--- a/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/objects.nib
+++ b/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/objects.nib
Binary files differ