diff --git a/English.lproj/MainMenu.nib/keyedobjects.nib b/English.lproj/MainMenu.nib/keyedobjects.nib index 45339f23c..ea7874d3b 100644 Binary files a/English.lproj/MainMenu.nib/keyedobjects.nib and b/English.lproj/MainMenu.nib/keyedobjects.nib differ diff --git a/Playlist/PlaylistController.m b/Playlist/PlaylistController.m index 6856f02af..3b71dbba9 100644 --- a/Playlist/PlaylistController.m +++ b/Playlist/PlaylistController.m @@ -123,7 +123,8 @@ [pe setFilename:[files objectAtIndex:i]]; [pe setIndex:index+i]; - + [pe setTitle:[[files objectAtIndex:i] lastPathComponent]]; + [pe setDisplay:[[files objectAtIndex:i] lastPathComponent]]; // [pe performSelectorOnMainThread:@selector(readTags) withObject:nil waitUntilDone:NO]; // [pe performSelectorOnMainThread:@selector(readInfo) withObject:nil waitUntilDone:NO];