mirror of
https://github.com/transmission/transmission
synced 2024-12-25 09:13:06 +00:00
Add a keyboard shortcut for removing files.
This commit is contained in:
parent
3e4c48b6e5
commit
243d5a58ef
2 changed files with 1 additions and 1 deletions
BIN
macosx/English.lproj/MainMenu.nib/keyedobjects.nib
generated
BIN
macosx/English.lproj/MainMenu.nib/keyedobjects.nib
generated
Binary file not shown.
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
- (id) initWithFrame: (NSRect) frameRect
|
- (id) initWithFrame: (NSRect) frameRect
|
||||||
{
|
{
|
||||||
if ((self = [super initWithFrame:frameRect]))
|
if ((self = [super initWithFrame: frameRect]))
|
||||||
{
|
{
|
||||||
fBackgroundColor = [[NSColor colorWithPatternImage:
|
fBackgroundColor = [[NSColor colorWithPatternImage:
|
||||||
[NSImage imageNamed: @"StatusBorder"]] retain];
|
[NSImage imageNamed: @"StatusBorder"]] retain];
|
||||||
|
|
Loading…
Reference in a new issue