cog/Preferences/General/HotKeyPane.m

21 lines
289 B
Matlab
Raw Normal View History

2006-09-04 18:06:23 +00:00
//
// HotKeyPane.m
// Preferences
//
// Created by Zaphod Beeblebrox on 9/4/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
//
#import "HotKeyPane.h"
@implementation HotKeyPane
- (void)awakeFromNib
{
[self setName:@"Hot Keys"];
[self setIcon:@"hot_keys"];
}
@end