Skip to content

Commit

Permalink
removed another coverartview.
Browse files Browse the repository at this point in the history
  • Loading branch information
pweiskircher committed May 15, 2009
1 parent eea12d3 commit 57e9164
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 39 deletions.
119 changes: 89 additions & 30 deletions English.lproj/InfoPanel.nib/classes.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 10 additions & 7 deletions English.lproj/InfoPanel.nib/info.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified English.lproj/InfoPanel.nib/keyedobjects.nib
Binary file not shown.
3 changes: 1 addition & 2 deletions Source/SongInfoController.h
Expand Up @@ -19,14 +19,13 @@

#import <Cocoa/Cocoa.h>

@class CoverArtView, PWMusicTextField;
@class PWMusicTextField;

@interface SongInfoController : NSObject {
IBOutlet NSTextField *mAlbum;
IBOutlet NSTextField *mArtist;
IBOutlet PWMusicTextField *mComment;
IBOutlet NSTextField *mComposer;
IBOutlet CoverArtView *mCoverView;
IBOutlet NSTextField *mDate;
IBOutlet NSTextField *mDisc;
IBOutlet NSTextField *mFilename;
Expand Down

0 comments on commit 57e9164

Please sign in to comment.