cog/Preferences/General/HotKeyPane.m

21 lines
283 B
Objective-C

//
// HotKeyPane.m
// Preferences
//
// Created by Vincent Spader on 9/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import "HotKeyPane.h"
@implementation HotKeyPane
- (void)awakeFromNib
{
[self setName:@"Hot Keys"];
[self setIcon:@"hot_keys"];
}
@end