From 986a1f3db6df6ca58d90b88664ba48eb29c4b173 Mon Sep 17 00:00:00 2001 From: Kent Sutherland Date: Mon, 9 Feb 2004 01:42:51 +0000 Subject: [PATCH] Album artwork checkbox automatically will be checked if the user is making new prefs. The reconnect status window image is now Setup instead of Register. --- PreferencesController.m | 1 + StatusWindowController.m | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/PreferencesController.m b/PreferencesController.m index 67cdd56..726f1e8 100755 --- a/PreferencesController.m +++ b/PreferencesController.m @@ -540,6 +540,7 @@ static PreferencesController *prefs = nil; [df setInteger:5 forKey:@"SongsInAdvance"]; // [df setBool:YES forKey:@"showName"]; // Song info will always show song title. [df setBool:YES forKey:@"showArtist"]; + [df setBool:YES forKey:@"showAlbumArtwork"]; [df setBool:NO forKey:@"showAlbum"]; [df setBool:NO forKey:@"showTime"]; diff --git a/StatusWindowController.m b/StatusWindowController.m index 117c205..3bcc2ab 100755 --- a/StatusWindowController.m +++ b/StatusWindowController.m @@ -275,7 +275,7 @@ static StatusWindowController *sharedController; { NSString *message = @"The selected shared player is available again.\nWould you like to reconnect to it?."; - [_window setImage:[NSImage imageNamed:@"Register"]]; + [_window setImage:[NSImage imageNamed:@"Setup"]]; [_window setSizing:(ITTransientStatusWindowSizing)[df integerForKey:@"statusWindowSizing"]]; [_window buildDialogWindowWithMessage:message defaultButton:@"Reconnect" -- 2.20.1