-/* PreferencesController */
+/*
+ * MenuTunes
+ * PreferencesController
+ * Preferences window controller
+ *
+ * Original Author : Kent Sutherland <ksuther@ithinksw.com>
+ * Responsibility : Kent Sutherland <ksuther@ithinksw.com>
+ *
+ * Copyright (c) 2002 iThink Software.
+ * All Rights Reserved
+ *
+ */
+
#import <Cocoa/Cocoa.h>
IBOutlet NSButton *albumCheckbox;
IBOutlet NSTableView *allTableView;
IBOutlet NSButton *artistCheckbox;
+ IBOutlet NSTextField *hotKeyTextField;
IBOutlet NSTextField *keyComboField;
IBOutlet NSPanel *keyComboPanel;
IBOutlet NSButton *launchAtLoginCheckbox;