Cog/Preferences/General/ScrobblerPane.m

21 lines
289 B
Mathematica
Raw Normal View History

2007-02-24 23:23:48 -03:00
//
// FileDrawerPane.m
// Preferences
//
// Created by Vincent Spader on 9/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import "ScrobblerPane.h"
@implementation ScrobblerPane
- (void)awakeFromNib
{
[self setName:@"Last.fm"];
[self setIcon:@"lastfm"];
}
@end