X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/0263903122cd22aefa9620a9497d5f58e332effb..82086d6a95408227f929ca149591c6fc3962f043:/PreferencesController.h diff --git a/PreferencesController.h b/PreferencesController.h index 0730977..52e4e5d 100755 --- a/PreferencesController.h +++ b/PreferencesController.h @@ -28,6 +28,7 @@ IBOutlet NSColorWell *backgroundColorWell; IBOutlet NSPopUpButton *backgroundColorPopup; IBOutlet NSTextField *clientPasswordTextField; + IBOutlet NSButton *composerCheckbox; IBOutlet NSTextField *hostTextField; IBOutlet NSTableView *hotKeysTableView; IBOutlet NSButton *launchAtLoginCheckbox; @@ -93,7 +94,6 @@ - (IBAction)clearHotKey:(id)sender; - (IBAction)editHotKey:(id)sender; - (IBAction)showPrefsWindow:(id)sender; -- (IBAction)showTestWindow:(id)sender; - (void)registerDefaults; - (void)deletePressedInTableView:(NSTableView *)tableView;