21 lines
286 B
Matlab
21 lines
286 B
Matlab
|
//
|
||
|
// 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
|