2006-09-04 14:06:23 -04:00
|
|
|
//
|
|
|
|
// FileDrawerPane.m
|
|
|
|
// Preferences
|
|
|
|
//
|
2006-09-04 14:46:18 -04:00
|
|
|
// Created by Vincent Spader on 9/4/06.
|
|
|
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
2006-09-04 14:06:23 -04:00
|
|
|
//
|
|
|
|
|
|
|
|
#import "FileDrawerPane.h"
|
|
|
|
|
|
|
|
|
|
|
|
@implementation FileDrawerPane
|
|
|
|
|
|
|
|
- (void)awakeFromNib
|
|
|
|
{
|
|
|
|
[self setName:@"File Drawer"];
|
|
|
|
[self setIcon:@"file_drawer"];
|
|
|
|
}
|
|
|
|
|
|
|
|
@end
|