Album artwork checkbox automatically will be checked if the user is
authorKent Sutherland <ksuther@ithinksw.com>
Mon, 9 Feb 2004 01:42:51 +0000 (01:42 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Mon, 9 Feb 2004 01:42:51 +0000 (01:42 +0000)
making new prefs.
The reconnect status window image is now Setup instead of Register.

PreferencesController.m
StatusWindowController.m

index 67cdd56..726f1e8 100755 (executable)
@@ -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"];
 
index 117c205..3bcc2ab 100755 (executable)
@@ -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"