Updated to 0.0.4
parent
9fd139e0f8
commit
c7ce4c7501
|
@ -60,6 +60,7 @@
|
||||||
[infoButton setToolTip:@"Information on the selected file."];
|
[infoButton setToolTip:@"Information on the selected file."];
|
||||||
[shuffleButton setToolTip:@"Shuffle mode"];
|
[shuffleButton setToolTip:@"Shuffle mode"];
|
||||||
[repeatButton setToolTip:@"Repeat mode"];
|
[repeatButton setToolTip:@"Repeat mode"];
|
||||||
|
|
||||||
|
|
||||||
NSString *filename = @"~/Library/Application Support/Cog/Default.playlist";
|
NSString *filename = @"~/Library/Application Support/Cog/Default.playlist";
|
||||||
[playlistController loadPlaylist:[filename stringByExpandingTildeInPath]];
|
[playlistController loadPlaylist:[filename stringByExpandingTildeInPath]];
|
||||||
|
|
Loading…
Reference in New Issue