1
0
Fork 0
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:
Mitchell Livingston 2006-06-15 22:42:22 +00:00
parent 9d49bdda41
commit ae2c0eee33

View file

@ -31,7 +31,7 @@
if ((self = [super initWithFrame: frameRect]))
{
fBackgroundColor = [[NSColor colorWithPatternImage:
[NSImage imageNamed: @"StatusBorder"]] retain];
[NSImage imageNamed: @"StatusBorder.png"]] retain];
}
return self;
}