X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/1e64b5d75911f02ab001d77a2036b9812cc9125a..d9b4ed4ebff2f9d3636afba8c0a2e75fb4342c23:/PreferencesController.h diff --git a/PreferencesController.h b/PreferencesController.h index faf4ad1..cd94d7f 100755 --- a/PreferencesController.h +++ b/PreferencesController.h @@ -1,4 +1,16 @@ -/* PreferencesController */ +/* + * MenuTunes + * PreferencesController + * Preferences window controller + * + * Original Author : Kent Sutherland + * Responsibility : Kent Sutherland + * + * Copyright (c) 2002 iThink Software. + * All Rights Reserved + * + */ + #import @@ -9,7 +21,6 @@ IBOutlet NSButton *albumCheckbox; IBOutlet NSTableView *allTableView; IBOutlet NSButton *artistCheckbox; - IBOutlet NSTextField *hotKeyTextField; IBOutlet NSTextField *keyComboField; IBOutlet NSPanel *keyComboPanel; IBOutlet NSButton *launchAtLoginCheckbox;