Cog/Preferences/General/FileDrawerPane.m

21 lines
300 B
Mathematica
Raw Normal View History

2006-09-04 14:06:23 -04:00
//
// FileDrawerPane.m
// Preferences
//
// 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