cog/Preferences/General/UpdatesPane.m

21 lines
286 B
Objective-C

//
// 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