X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/5000096b6a5ad137b84a88d3574ca7e90186c387..5c68843e215011cab04f402cb4dc66bec3225081:/StatusWindowController.m diff --git a/StatusWindowController.m b/StatusWindowController.m index 0a83819..5cac976 100755 --- a/StatusWindowController.m +++ b/StatusWindowController.m @@ -276,4 +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