From f044e090c4c8aeed0480fc56fec01e651d811680 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 26 Dec 2002 22:10:53 +0000 Subject: Changed the input field for the interpreter to use (in the preferences window) to a combobox listing the known interpreters. --- Mac/OSX/PythonLauncher/PreferenceWindow.nib/classes.nib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mac/OSX/PythonLauncher/PreferenceWindow.nib/classes.nib') 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; } -- cgit v1.2.1