// // FileDrawerPane.m // Preferences // // Created by Vincent Spader on 9/4/06. // Copyright 2006 Vincent Spader. All rights reserved. // #import "UpdatesPane.h" @implementation UpdatesPane - (void)awakeFromNib { [self setName:@"Updates"]; [self setIcon:@"updates"]; } @end