Changed the input field for the interpreter to use (in the preferences

window) to a combobox listing the known interpreters.
This commit is contained in:
Jack Jansen 2002-12-26 22:10:53 +00:00
parent 9431e48d23
commit f044e090c4
9 changed files with 52 additions and 10 deletions

View file

@ -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;
}