summaryrefslogtreecommitdiff
path: root/Mac/OSX/PythonLauncher/PreferenceWindow.nib
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-12-26 22:10:53 +0000
committerJack Jansen <jack.jansen@cwi.nl>2002-12-26 22:10:53 +0000
commitf044e090c4c8aeed0480fc56fec01e651d811680 (patch)
treeb7e6e67606bd3aba3115bea2955f21ed61402618 /Mac/OSX/PythonLauncher/PreferenceWindow.nib
parent9431e48d238a77422436a6b3e56a4237e87d71ea (diff)
downloadcpython-git-f044e090c4c8aeed0480fc56fec01e651d811680.tar.gz
Changed the input field for the interpreter to use (in the preferences
window) to a combobox listing the known interpreters.
Diffstat (limited to 'Mac/OSX/PythonLauncher/PreferenceWindow.nib')
-rw-r--r--Mac/OSX/PythonLauncher/PreferenceWindow.nib/classes.nib4
-rw-r--r--Mac/OSX/PythonLauncher/PreferenceWindow.nib/info.nib10
-rw-r--r--Mac/OSX/PythonLauncher/PreferenceWindow.nib/objects.nibbin4920 -> 7678 bytes
3 files changed, 7 insertions, 7 deletions
diff --git a/Mac/OSX/PythonLauncher/PreferenceWindow.nib/classes.nib b/Mac/OSX/PythonLauncher/PreferenceWindow.nib/classes.nib
index 2a07ee11c6..43a1936d65 100644
--- a/Mac/OSX/PythonLauncher/PreferenceWindow.nib/classes.nib
+++ b/Mac/OSX/PythonLauncher/PreferenceWindow.nib/classes.nib
@@ -2,7 +2,7 @@
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
- ACTIONS = {do_apply = id; do_filetype = id; do_reset = id; };
+ ACTIONS = {"do_apply" = id; "do_filetype" = id; "do_reset" = id; };
CLASS = PreferencesWindowController;
LANGUAGE = ObjC;
OUTLETS = {
@@ -16,7 +16,7 @@
others = NSTextField;
tabs = NSButton;
verbose = NSButton;
- with_terminal = NSButton;
+ "with_terminal" = NSButton;
};
SUPERCLASS = NSWindowController;
}
diff --git a/Mac/OSX/PythonLauncher/PreferenceWindow.nib/info.nib b/Mac/OSX/PythonLauncher/PreferenceWindow.nib/info.nib
index 952d977cd4..f5b17b6058 100644
--- a/Mac/OSX/PythonLauncher/PreferenceWindow.nib/info.nib
+++ b/Mac/OSX/PythonLauncher/PreferenceWindow.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>237 -80 356 240 0 0 1280 938 </string>
+ <string>126 59 356 240 0 0 1024 746 </string>
<key>IBFramework Version</key>
- <string>263.2</string>
+ <string>291.0</string>
<key>IBOpenObjects</key>
<array>
<integer>5</integer>
</array>
<key>IBSystem Version</key>
- <string>5S66</string>
+ <string>6G30</string>
</dict>
</plist>
diff --git a/Mac/OSX/PythonLauncher/PreferenceWindow.nib/objects.nib b/Mac/OSX/PythonLauncher/PreferenceWindow.nib/objects.nib
index 8c3102db5c..f220e5cb14 100644
--- a/Mac/OSX/PythonLauncher/PreferenceWindow.nib/objects.nib
+++ b/Mac/OSX/PythonLauncher/PreferenceWindow.nib/objects.nib
Binary files differ