summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/PythonLauncher/PreferenceWindow.nib/classes.nib
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-12-26 22:10:53 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-12-26 22:10:53 (GMT)
commitf044e090c4c8aeed0480fc56fec01e651d811680 (patch)
treeb7e6e67606bd3aba3115bea2955f21ed61402618 /Mac/OSX/PythonLauncher/PreferenceWindow.nib/classes.nib
parent9431e48d238a77422436a6b3e56a4237e87d71ea (diff)
downloadcpython-f044e090c4c8aeed0480fc56fec01e651d811680.zip
cpython-f044e090c4c8aeed0480fc56fec01e651d811680.tar.gz
cpython-f044e090c4c8aeed0480fc56fec01e651d811680.tar.bz2
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/classes.nib')
-rw-r--r--Mac/OSX/PythonLauncher/PreferenceWindow.nib/classes.nib4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/OSX/PythonLauncher/PreferenceWindow.nib/classes.nib b/Mac/OSX/PythonLauncher/PreferenceWindow.nib/classes.nib
index 2a07ee1..43a1936 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;
}