diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-06-20 22:21:03 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-06-20 22:21:03 (GMT) |
commit | d7cccdd591346967d3c0c286b2e7e534435abc12 (patch) | |
tree | c6e4a3a623371534f640f1d2af6c227b3d0b5e91 /Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/info.nib | |
parent | 47db25278601d3f9bfedba533e1ba90080f2fbf2 (diff) | |
download | cpython-d7cccdd591346967d3c0c286b2e7e534435abc12.zip cpython-d7cccdd591346967d3c0c286b2e7e534435abc12.tar.gz cpython-d7cccdd591346967d3c0c286b2e7e534435abc12.tar.bz2 |
Added a field that allows the user to set sys.argv-style arguments
to the script. Fixes #757544.
Diffstat (limited to 'Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/info.nib')
-rw-r--r-- | Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/info.nib | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/info.nib b/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/info.nib index 0630cb9..e258c72 100644 --- a/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/info.nib +++ b/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/info.nib @@ -3,14 +3,14 @@ <plist version="1.0"> <dict> <key>IBDocumentLocation</key> - <string>551 90 356 240 0 0 1280 1002 </string> + <string>398 60 356 240 0 0 1024 746 </string> <key>IBFramework Version</key> - <string>286.0</string> + <string>291.0</string> <key>IBOpenObjects</key> <array> <integer>5</integer> </array> <key>IBSystem Version</key> - <string>6I32</string> + <string>6L60</string> </dict> </plist> |