mirror of
https://github.com/transmission/transmission
synced 2025-02-03 13:03:50 +00:00
Apple says that it is preferable to specify the file extension for files
This commit is contained in:
parent
9d49bdda41
commit
ae2c0eee33
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
if ((self = [super initWithFrame: frameRect]))
|
||||
{
|
||||
fBackgroundColor = [[NSColor colorWithPatternImage:
|
||||
[NSImage imageNamed: @"StatusBorder"]] retain];
|
||||
[NSImage imageNamed: @"StatusBorder.png"]] retain];
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue