X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/a06b23045deb51ce036acf7bdcd3ab3c5514bfaf..68bc0104e56ce3928afa2c7d1c86f78b216c153e:/StatusWindowController.m diff --git a/StatusWindowController.m b/StatusWindowController.m index 293e35c..5cac976 100755 --- a/StatusWindowController.m +++ b/StatusWindowController.m @@ -276,5 +276,21 @@ static StatusWindowController *sharedController; [_window setLocked:YES]; } +- (void)showPreferencesUpdateWindow +{ + NSString *message = @"The new features in this version of MenuTunes\nrequire you to reconfigure your preferences."; + + [_window setImage:[NSImage imageNamed:@"Setup"]]; + [_window setSizing:(StatusWindowSizing)[df integerForKey:@"statusWindowSizing"]]; + [_window buildDialogWindowWithMessage:message + defaultButton:@"Show Preferences" + alternateButton:@"OK" + target:[MainController sharedController] + defaultAction:@selector(showPreferencesAndClose) + alternateAction:@selector(cancelReconnect)]; + + [_window appear:self]; + [_window setLocked:YES]; +} @end \ No newline at end of file