1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

file table tool tip now shows full file path

This commit is contained in:
Mitchell Livingston 2007-01-17 17:34:27 +00:00
parent 93c55ebc5c
commit c1dcc826fa

View file

@ -706,7 +706,7 @@
? [[[item objectForKey: @"Size"] stringValue] stringByAppendingString: NSLocalizedString(@" bytes", ? [[[item objectForKey: @"Size"] stringValue] stringByAppendingString: NSLocalizedString(@" bytes",
"Inspector -> Files tab -> table row tooltip")] : nil; "Inspector -> Files tab -> table row tooltip")] : nil;
else else
return [item objectForKey: @"Name"]; return [[[fTorrents objectAtIndex: 0] downloadFolder] stringByAppendingPathComponent: [item objectForKey: @"Path"]];
} }
- (NSArray *) peerSortDescriptors - (NSArray *) peerSortDescriptors