diff --git a/AppController.h b/AppController.h index e7b686f07..aa1d08e94 100644 --- a/AppController.h +++ b/AppController.h @@ -55,8 +55,6 @@ - (IBAction)savePlaylistAs:(id)sender; - (IBAction)loadPlaylist:(id)sender; -- (IBAction)addFiles:(id)sender; - - (void)openPanelDidEnd:(NSOpenPanel *)panel returnCode:(int)returnCode contextInfo:(void *)contextInfo; - (IBAction)donate:(id)sender; diff --git a/AppController.m b/AppController.m index b18fc8e40..b2722ed23 100644 --- a/AppController.m +++ b/AppController.m @@ -53,21 +53,6 @@ [playlistController remove:self]; } -- (IBAction)addFiles:(id)sender -{ - NSMutableArray *paths = [[NSMutableArray alloc] init]; - NSArray *nodes = [fileTreeController selectedObjects]; - NSEnumerator *e = [nodes objectEnumerator]; - - id n; - while (n = [e nextObject]) { - [paths addObject:[n path]]; - } - - [playlistController addPaths:paths sort:YES]; - [paths release]; -} - - (PlaylistEntry *)currentEntry { return [playlistController currentEntry]; diff --git a/English.lproj/MainMenu.nib/info.nib b/English.lproj/MainMenu.nib/info.nib index 42758d320..1e4ca0c2d 100644 --- a/English.lproj/MainMenu.nib/info.nib +++ b/English.lproj/MainMenu.nib/info.nib @@ -11,9 +11,9 @@ 1156 391 336 241 366 0 0 1024 746 29 - 85 683 383 44 0 0 1024 746 + 79 702 383 44 0 0 1024 746 463 - 358 380 308 279 0 0 1024 746 + 341 447 341 145 0 0 1024 746 513 639 190 125 137 0 0 1024 746 @@ -32,9 +32,10 @@ 4 IBOpenObjects + 463 + 513 29 21 - 513 1156 IBSystem Version diff --git a/English.lproj/MainMenu.nib/keyedobjects.nib b/English.lproj/MainMenu.nib/keyedobjects.nib index 6bc73b2b7..2b39a1410 100644 Binary files a/English.lproj/MainMenu.nib/keyedobjects.nib and b/English.lproj/MainMenu.nib/keyedobjects.nib differ