X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/6e879de483fcc0349bb3720d1eb8ae74dc6d3803..bb84d84505744320f081b3826b959c787f659287:/StatusWindowController.h diff --git a/StatusWindowController.h b/StatusWindowController.h index ba70600..1b32e4a 100755 --- a/StatusWindowController.h +++ b/StatusWindowController.h @@ -6,7 +6,7 @@ * Original Author : Kent Sutherland * Responsibility : Kent Sutherland * - * Copyright (c) 2002 The iThink Group. + * Copyright (c) 2002 iThink Software. * All Rights Reserved * */ @@ -21,7 +21,7 @@ IBOutlet NSTextField *statusField; IBOutlet StatusWindow *statusWindow; } -- (void)setUpcomingSongs:(NSString *)string numSongs:(int)songs; -- (void)setTrackInfo:(NSString *)string lines:(int)lines; +- (void)setUpcomingSongs:(NSString *)string; +- (void)setTrackInfo:(NSString *)string; - (void)fadeWindowOut; @end