Add a keyboard shortcut for removing files.

This commit is contained in:
Mitchell Livingston 2006-06-09 21:03:18 +00:00
parent 3e4c48b6e5
commit 243d5a58ef
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -28,7 +28,7 @@
- (id) initWithFrame: (NSRect) frameRect
{
if ((self = [super initWithFrame:frameRect]))
if ((self = [super initWithFrame: frameRect]))
{
fBackgroundColor = [[NSColor colorWithPatternImage:
[NSImage imageNamed: @"StatusBorder"]] retain];