cog/Preferences/General/UpdatesPane.m

21 lines
286 B
Matlab
Raw Normal View History

2007-02-19 02:57:58 +00:00
//
// 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