Cog/Preferences/General/FileDrawerPane.m

21 lines
306 B
Mathematica
Raw Normal View History

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